summaryrefslogtreecommitdiff
path: root/testsuite/fuzzy.test
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-12-28 07:54:41 +0000
committerWayne Davison <wayned@samba.org>2006-12-28 07:54:41 +0000
commit76a1013cc6a93722546abdacefba42684e011e33 (patch)
tree5b10d7c9463b90754ecd0580d07749d216565428 /testsuite/fuzzy.test
parent496c809f8cf529c5a95f9578b34a9299b0d92ffb (diff)
downloadrsync-76a1013cc6a93722546abdacefba42684e011e33.tar.gz
Use --delete-delay instead of --delete-after.
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 7a4fdc19..ae67661b 100644
--- a/testsuite/fuzzy.test
+++ b/testsuite/fuzzy.test
@@ -16,7 +16,7 @@ cp -p "$srcdir"/rsync.c "$fromdir"/rsync.c
cp -p "$fromdir"/rsync.c "$todir"/rsync2.c
# Let's do it!
-checkit "$RSYNC -avvi --no-whole-file --fuzzy --delete-after \
+checkit "$RSYNC -avvi --no-whole-file --fuzzy --delete-delay \
\"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
# The script would have aborted on error, so getting here means we've won.