summaryrefslogtreecommitdiff
path: root/testsuite/fuzzy.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/fuzzy.test
parent9544261a45f73baaf472a2e30cc1e382d1cd0cc4 (diff)
downloadrsync-7918f2440534993bdda324da839b2ea9a3884757.tar.gz
Changed some instances of \" in checkit calls to '.
Diffstat (limited to 'testsuite/fuzzy.test')
-rw-r--r--testsuite/fuzzy.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/fuzzy.test b/testsuite/fuzzy.test
index 1f389171..0041629f 100644
--- a/testsuite/fuzzy.test
+++ b/testsuite/fuzzy.test
@@ -18,7 +18,7 @@ sleep 1
# Let's do it!
checkit "$RSYNC -avvi --no-whole-file --fuzzy --delete-delay \
- \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
+ '$fromdir/' '$todir/'" "$fromdir" "$todir"
# The script would have aborted on error, so getting here means we've won.
exit 0