]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 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 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 755ffdf84730695ffc02181295c3e66f895232bb..cd841fa9f457ceb571e660b33a4a4c11f21b39d2 100644 (file)
@@ -13,8 +13,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 mkdir "$fromdir"
index cc2eb79132045c990abcc6c12a0b3dcaed23a5fb..6c23c09a4da5a8b542eb6bd38d54bc444f0dad80 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 alt1dir="$tmpdir/alt1"
 alt2dir="$tmpdir/alt2"
 
index 30636a0446bc4c47cec9ae34ce3da3c8c473d8e6..b76d37fa3a7b79fa5457892609c9c45d07f3c866 100644 (file)
@@ -9,8 +9,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 case `id -u` in
index 23d2994e17fdc7357a832deafd71959e78e410ef..a96f560d55aae3b0ebb568580d77afb22a918c02 100644 (file)
@@ -21,8 +21,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 mkdir "$fromdir"
index 31005e7b0fa434f94c4a84ceadfffd62265183b1..f258b2cc5e4b8e8a6f8108005b5fe2c1e456cd36 100644 (file)
@@ -12,8 +12,6 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # Build some hardlinks
 
 fromdir="$scratchdir/from"
index 7f9bcba2970e11497c9ad3f8ae30eb79fbb8441c..b64f542b81b8ddd5b2ffc0f8e2ed67055a860661 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 71e0ff09882dc854d8018ca13005a252413b88ea..e50a4f2c789153ccbe02311d812cf117d0d1f2cc 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.