summaryrefslogtreecommitdiff
path: root/testsuite/longdir.test
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-09-03 20:43:58 +0000
committerWayne Davison <wayned@samba.org>2007-09-03 20:43:58 +0000
commit7918f2440534993bdda324da839b2ea9a3884757 (patch)
treebdee927a65e68feab1c19d12269d1beb7080256b /testsuite/longdir.test
parent9544261a45f73baaf472a2e30cc1e382d1cd0cc4 (diff)
downloadrsync-7918f2440534993bdda324da839b2ea9a3884757.tar.gz
Changed some instances of \" in checkit calls to '.
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 a3aff9a9..8d66bb5f 100644
--- a/testsuite/longdir.test
+++ b/testsuite/longdir.test
@@ -20,7 +20,7 @@ if [ -r /etc ]; then
else
ls -la / >"$longdir/2"
fi
-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