Got rid of the temporary "set -x" that was added for debugging.
authorWayne Davison <wayned@samba.org>
Mon, 21 May 2007 03:09:25 +0000 (03:09 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 21 May 2007 03:09:25 +0000 (03:09 +0000)
testsuite/exclude.test

index 1aa33e3..e412d30 100644 (file)
@@ -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"