Commit 9ba53f26 authored by Wayne Davison's avatar Wayne Davison

Test --del too.

parent 3aeedbfd
......@@ -12,13 +12,20 @@
hands_setup
makepath "$chkdir"
makepath "$todir/extradir"
makepath "$todir/emptydir/subdir"
echo extra >"$todir"/remove1
echo extra >"$todir"/remove2
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.
$RSYNC -av "$fromdir/" "$chkdir/copy/"
$RSYNC -av -f 'exclude,! */' "$fromdir/" "$chkdir/empty/"
checkit "$RSYNC -avv --remove-sent-files \
checkit "$RSYNC -avv --del --remove-sent-files \
\"$fromdir/\" \"$todir/\"" "$chkdir/copy" "$todir"
diff -r "$chkdir/empty" "$fromdir"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment