Got rid of "set -x" (runtests.sh has a way to set this, if desired).
authorWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 17:24:15 +0000 (17:24 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 17:24:15 +0000 (17:24 +0000)
15 files changed:
testsuite/batch-mode.test
testsuite/chgrp.test
testsuite/chmod-temp-dir.test
testsuite/chmod.test
testsuite/chown.test
testsuite/compare-dest.test
testsuite/devices.test
testsuite/duplicates.test
testsuite/hardlinks.test
testsuite/longdir.test
testsuite/merge.test
testsuite/symlink-ignore.test
testsuite/trimslash.test
testsuite/unsafe-links.test
testsuite/wildmatch.test

index a767ae0..a6af81e 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 hands_setup
 
 cd "$tmpdir"
index 82474b9..e65fc0e 100644 (file)
@@ -11,8 +11,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 mygrps="`rsync_getgroups`" || fail "Can't get groups"
index 5fda2b1..f17f3cc 100644 (file)
@@ -11,8 +11,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 hands_setup
 
 tmpdir2=/tmp
index af5e79f..4f46045 100644 (file)
@@ -11,8 +11,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 hands_setup
 
 chmod 440 "$fromdir/text"
index 755ffdf..cd841fa 100644 (file)
@@ -13,8 +13,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 mkdir "$fromdir"
index cc2eb79..6c23c09 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 alt1dir="$tmpdir/alt1"
 alt2dir="$tmpdir/alt2"
 
index 30636a0..b76d37f 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 case `id -u` in
index 23d2994..a96f560 100644 (file)
@@ -21,8 +21,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 mkdir "$fromdir"
index 31005e7..f258b2c 100644 (file)
@@ -12,8 +12,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 fromdir="$scratchdir/from"
index 7f9bcba..b64f542 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 cc7f188..8059814 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some files/dirs/links to copy
 
 from1dir="${fromdir}1"
index 42ce2d3..eec7a30 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 56e79cc..d98ff87 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 28c5c6d..058269e 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 71e0ff0..e50a4f2 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 "$TOOLDIR/wildtest" "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
 diff $diffopt "$scratchdir/wild.out" - <<EOF
 No wildmatch errors found.