diff options
author | Wayne Davison <wayned@samba.org> | 2004-05-18 09:47:42 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2004-05-18 09:47:42 +0000 |
commit | 0d94a6a66cb54c8eb118c101ae92f064dfd252ec (patch) | |
tree | 30ad81bc4f8ca551d514c7523c2d8b237e6d80dd /testsuite/longdir.test | |
parent | 3e35c34b6b496763799153bff6d4b082628752a1 (diff) | |
download | rsync-0d94a6a66cb54c8eb118c101ae92f064dfd252ec.tar.gz |
Added a little more quoting.
Diffstat (limited to 'testsuite/longdir.test')
-rw-r--r-- | testsuite/longdir.test | 2 |
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 |