diff options
author | Wayne Davison <wayned@samba.org> | 2006-11-22 16:34:25 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-11-22 16:34:25 +0000 |
commit | c63625d41a9d632519c5a975b6383c203f7ee9a0 (patch) | |
tree | c5db748aaee3029db5795f24196eee27df68a677 /testsuite | |
parent | 7de7b49f6cfa6182837c493d497f7509b7391ec4 (diff) | |
download | rsync-c63625d41a9d632519c5a975b6383c203f7ee9a0.tar.gz rsync-c63625d41a9d632519c5a975b6383c203f7ee9a0.tar.bz2 rsync-c63625d41a9d632519c5a975b6383c203f7ee9a0.zip |
Switch over to testing --remove-source-files, not *-sent-*.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/delete.test | 4 |
1 files changed, 2 insertions, 2 deletions
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" |