summaryrefslogtreecommitdiff
path: root/testsuite/longdir.test
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-05-18 09:47:42 +0000
committerWayne Davison <wayned@samba.org>2004-05-18 09:47:42 +0000
commit0d94a6a66cb54c8eb118c101ae92f064dfd252ec (patch)
tree30ad81bc4f8ca551d514c7523c2d8b237e6d80dd /testsuite/longdir.test
parent3e35c34b6b496763799153bff6d4b082628752a1 (diff)
downloadrsync-0d94a6a66cb54c8eb118c101ae92f064dfd252ec.tar.gz
Added a little more quoting.
Diffstat (limited to 'testsuite/longdir.test')
-rw-r--r--testsuite/longdir.test2
1 files changed, 1 insertions, 1 deletions
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