Decided I don't like "set -x".
authorWayne Davison <wayned@samba.org>
Fri, 3 Feb 2006 17:58:48 +0000 (17:58 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 3 Feb 2006 17:58:48 +0000 (17:58 +0000)
21 files changed:
testsuite/batch-mode.test
testsuite/chgrp.test
testsuite/chmod-option.test
testsuite/chmod-temp-dir.test
testsuite/chmod.test
testsuite/chown.test
testsuite/compare-dest.test
testsuite/daemon-gzip-download.test
testsuite/daemon-gzip-upload.test
testsuite/delete.test
testsuite/duplicates.test
testsuite/exclude.test
testsuite/fuzzy.test
testsuite/hardlinks.test
testsuite/itemize.test
testsuite/longdir.test
testsuite/merge.test
testsuite/symlink-ignore.test
testsuite/trimslash.test
testsuite/unsafe-links.test
testsuite/wildmatch.test

index a767ae0ea0db0816d8329b94ee2683f764f44931..a6af81e13b1d86123a820be77f35b898e809318e 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 hands_setup
 
 cd "$tmpdir"
index 82474b99ca249f6a9297ec5493f0df6fea155dfc..e65fc0e2e66a653057b5f2a5bba0bec920514eff 100644 (file)
@@ -11,8 +11,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 mygrps="`rsync_getgroups`" || fail "Can't get groups"
index 2813ff2f36acdbee2a51a344d90de7d0dcf6d254..b00b1fcbe60193f0e83108854cd3551e045b1619 100644 (file)
@@ -9,8 +9,6 @@
 
 . $srcdir/testsuite/rsync.fns
 
-set -x
-
 # Build some files
 
 fromdir="$scratchdir/from"
index 5fda2b12b2ce6508f701399194c2aa93b18e32db..f17f3cc4607ce59c5bc9c37e0f8ffe994b7dd81b 100644 (file)
@@ -11,8 +11,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 hands_setup
 
 tmpdir2=/tmp
index af5e79f54f5e3318261e21c28dc97710dfe84a25..4f460450832f7d78810d89cd5ac90d186cd73140 100644 (file)
@@ -11,8 +11,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 hands_setup
 
 chmod 440 "$fromdir/text"
index 90af529e21dfbd62093b968491143783d523d3be..1be7d9e2d4cf495def332a29be46ae1fc0baaf04 100644 (file)
@@ -13,8 +13,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 case `id -u` in
 '') ;; # If "id" failed, try to continue...
 0)  ;;
index 915c0a7147f24498944c62b6444205e35b8326cc..6c23c09a4da5a8b542eb6bd38d54bc444f0dad80 100644 (file)
@@ -14,8 +14,6 @@ alt2dir="$tmpdir/alt2"
 
 # Build some files/dirs/links to copy
 
-set -x
-
 hands_setup
 
 # Setup the alt and chk dirs
index 62e39f8d6e83a7c47fedd68e6efa6f2a8588f247..383d8970dfc7f1f4a1d16bb2f935dc9d529816ab 100644 (file)
@@ -26,8 +26,6 @@ build_rsyncd_conf
 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
 export RSYNC_CONNECT_PROG
 
-set -x
-
 hands_setup
 
 # Build chkdir with a normal rsync and an --exclude.
index 363e84683ad74af6c81df72b3b08fa6fe7ade55e..49a7b1ae309654eeddf997bb4b15f2e74ffc3bca 100644 (file)
@@ -20,8 +20,6 @@ build_rsyncd_conf
 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
 export RSYNC_CONNECT_PROG
 
-set -x
-
 hands_setup
 
 # Build chkdir with a normal rsync and an --exclude.
index 1400bc245cd2fe6de608a0f782f256d029d4a90d..99791d5a0e250a4354b2351e8a7f804f0a78f2a8 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 hands_setup
 
 makepath "$chkdir"
index 23d2994e17fdc7357a832deafd71959e78e410ef..a96f560d55aae3b0ebb568580d77afb22a918c02 100644 (file)
@@ -21,8 +21,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 mkdir "$fromdir"
index f018c553e6337e046511e3e4e0b5e19ca4567597..d59c8028b497cabfdde01280ad310ab66cd4507e 100644 (file)
@@ -15,8 +15,6 @@
 CVSIGNORE='*.junk'
 export CVSIGNORE
 
-set -x
-
 # Build some files/dirs/links to copy
 
 makepath "$fromdir/foo/down/to/you"
index 3cae91a8219c52bef71cfde4f5b0ce95c9a2668a..1eb0a7a315407029215e58a3be9f4bf66a8849ab 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 mkdir "$fromdir"
 mkdir "$todir"
 
index 924ca44c2742916aea6305336de7e5420d10062e..4ffad97b458372546a7689668b8663135fa16764 100644 (file)
@@ -12,8 +12,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 fromdir="$scratchdir/from"
index 5df176c8f8698181e430150b22355b2c3308a315..2a40b7dea801815a3203760882628c77bbb76b93 100644 (file)
@@ -10,8 +10,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 lddir="$tmpdir/ld"
 
 chkfile="$scratchdir/rsync.chk"
index 386012f67e934399d512e38245581f5ebf43164d..a3aff9a9ba81466f5d5b0398a68e763058f04a39 100644 (file)
@@ -7,8 +7,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 hands_setup
 
 longname=This-is-a-directory-with-a-stupidly-long-name-created-in-an-attempt-to-provoke-an-error-found-in-2.0.11-that-should-hopefully-never-appear-again-if-this-test-does-its-job
index cc7f18870b0f7f6b4035fe364ed3ac940b76b215..80598149e8c481ccb745abd58adcf7d69988fac5 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some files/dirs/links to copy
 
 from1dir="${fromdir}1"
index 42ce2d35b74468d9d84de79e463d05b17cdf50ef..eec7a3011cd8b01bc8f2846ae8dffd2453a72f78 100644 (file)
@@ -10,8 +10,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 build_symlinks || test_fail "failed to build symlinks"
 
 # Copy recursively, but without -l or -L or -a, and all the symlinks
index 56e79cc6a8a40e615f3963338e8523e1c4129155..d98ff87b965e1a001139922db410ba03129203df 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 "$TOOLDIR/trimslash" "/usr/local/bin" "/usr/local/bin/" "/usr/local/bin///" \
        "//a//" "////" \
         "/Users/Wierd Macintosh Name/// Ooh, translucent plastic/" \
index 28c5c6df75c4931da7a5068608b8fad2a06625ff..058269ef4241d7aa285be6abe9476438ae8a8995 100644 (file)
@@ -32,8 +32,6 @@ ln -s ../files/file1 "from/safe/links/"
 ln -s ../files/file2 "from/safe/links/"
 ln -s ../../unsafe/unsafefile "from/safe/links/"
 
-set -x
-
 echo "rsync with relative path and just -a";
 $RSYNC -avv from/safe/ to
 test_symlink to/links/file1
index 2e95b86c1b3fd6d1a259980538bb6aa1a4bcbc4f..9d50189788b0ba7012ed81bba0df50c4a7fb0bf8 100644 (file)
@@ -9,11 +9,10 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # This test exercises the wildmatch() function (with no options) and the
 # wildmatch_join() function (using -x and/or -e).
 for opts in "" -x1 "-x1 -e1" "-x1 -e1se" -x2 "-x2 -ese" -x3 "-x3 -e1" -x4 "-x4 -e2e" -x5 "-x5 -es"; do
+    echo Running wildtest with "$opts"
     "$TOOLDIR/wildtest" $opts "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
     diff $diffopt "$scratchdir/wild.out" - <<EOF
 No wildmatch errors found.