From c63625d41a9d632519c5a975b6383c203f7ee9a0 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 22 Nov 2006 16:34:25 +0000 Subject: [PATCH] Switch over to testing --remove-source-files, not *-sent-*. --- testsuite/delete.test | 4 ++-- 1 file 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" -- 2.34.1