From: Wayne Davison Date: Tue, 18 May 2004 09:47:42 +0000 (+0000) Subject: Added a little more quoting. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0d94a6a66cb54c8eb118c101ae92f064dfd252ec Added a little more quoting. --- diff --git a/testsuite/longdir.test b/testsuite/longdir.test index 728ec857..7f9bcba2 100644 --- a/testsuite/longdir.test +++ b/testsuite/longdir.test @@ -18,7 +18,7 @@ makepath "$longdir" || test_skipped "unable to create long directory" touch "$longdir/1" || test_skipped "unable to create files in long directory" date > "$longdir/1" ls -la / > "$longdir/2" -checkit "$RSYNC --delete -avH \"$fromdir/\" \"$todir\"" $fromdir/ $todir +checkit "$RSYNC --delete -avH \"$fromdir/\" \"$todir\"" "$fromdir/" "$todir" # The script would have aborted on error, so getting here means we've won. exit 0