From: Wayne Davison Date: Mon, 21 May 2007 03:09:25 +0000 (+0000) Subject: Got rid of the temporary "set -x" that was added for debugging. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/87b0cc726b08810dc1df94d146fe0d4c775759e3 Got rid of the temporary "set -x" that was added for debugging. --- diff --git a/testsuite/exclude.test b/testsuite/exclude.test index 1aa33e32..e412d306 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -203,8 +203,6 @@ $RSYNC -av --delete-excluded --exclude='*' "$fromdir/" "$todir/" checkit "$RSYNC -avv -f dir-merge,-_.excl \ \"$fromdir/\" \"$todir/\"" "$chkdir" "$todir" -set -x - relative_opts='--relative --chmod=Du+w --copy-unsafe-links' $RSYNC -av $relative_opts "$fromdir/foo" "$chkdir/" rm -rf "$chkdir$fromdir/foo/down"