From: Wayne Davison Date: Wed, 22 Nov 2006 16:34:25 +0000 (+0000) Subject: Switch over to testing --remove-source-files, not *-sent-*. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c63625d41a9d632519c5a975b6383c203f7ee9a0 Switch over to testing --remove-source-files, not *-sent-*. --- diff --git a/testsuite/delete.test b/testsuite/delete.test index fdd59668..d57395c9 100644 --- a/testsuite/delete.test +++ b/testsuite/delete.test @@ -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"