From 4a2d10f471aab673627a4c4bdcc742870f3ca16b Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 19 Jul 2011 20:57:31 +0000 Subject: [PATCH] remove only affected file --- t/JSON.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/JSON.t b/t/JSON.t index 48e7a77..01bb6f6 100755 --- a/t/JSON.t +++ b/t/JSON.t @@ -2,14 +2,14 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More tests => 6; use Data::Dump qw(dump); use lib 'lib'; use_ok 'CloudStore::JSON'; -ok( CloudStore::JSON::remove_dir("users/test"), 'remove test users data' ); +CloudStore::JSON::remove_dir("users/test/blob/dir-test/bar"); ok my $r = CloudStore::JSON::rsync_transfer( { -- 2.20.1