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-Tag: v3.0.0pre1~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b0cc726b08810dc1df94d146fe0d4c775759e3;p=thirdparty%2Frsync.git 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"