Switch over to testing --remove-source-files, not *-sent-*.
authorWayne Davison <wayned@samba.org>
Wed, 22 Nov 2006 16:34:25 +0000 (16:34 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 22 Nov 2006 16:34:25 +0000 (16:34 +0000)
testsuite/delete.test

index fdd5966..d57395c 100644 (file)
@@ -21,11 +21,11 @@ echo extra >"$todir"/extradir/remove3
 echo extra >"$todir"/emptydir/subdir/remove4
 
 # Create two chk dirs, one with a copy of the source files, and one with
-# what we expect to be left behind by the copy using --remove-sent-files.
+# what we expect to be left behind by the copy using --remove-source-files.
 $RSYNC -av "$fromdir/" "$chkdir/copy/"
 $RSYNC -av -f 'exclude,! */' "$fromdir/" "$chkdir/empty/"
 
-checkit "$RSYNC -avv --del --remove-sent-files \
+checkit "$RSYNC -avv --del --remove-source-files \
     \"$fromdir/\" \"$todir/\"" "$chkdir/copy" "$todir"
 
 diff -r "$chkdir/empty" "$fromdir"