Got rid of "set -x" (runtests.sh has a way to set this, if desired).

This commit is contained in:
Wayne Davison
2005-02-20 17:24:15 +00:00
parent 4fd4b3d667
commit 815193e89e
15 changed files with 0 additions and 30 deletions

View File

@@ -9,8 +9,6 @@
. "$suitedir/rsync.fns"
set -x
hands_setup
cd "$tmpdir"

View File

@@ -11,8 +11,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some hardlinks
mygrps="`rsync_getgroups`" || fail "Can't get groups"

View File

@@ -11,8 +11,6 @@
. "$suitedir/rsync.fns"
set -x
hands_setup
tmpdir2=/tmp

View File

@@ -11,8 +11,6 @@
. "$suitedir/rsync.fns"
set -x
hands_setup
chmod 440 "$fromdir/text"

View File

@@ -13,8 +13,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some hardlinks
mkdir "$fromdir"

View File

@@ -9,8 +9,6 @@
. "$suitedir/rsync.fns"
set -x
alt1dir="$tmpdir/alt1"
alt2dir="$tmpdir/alt2"

View File

@@ -9,8 +9,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some hardlinks
case `id -u` in

View File

@@ -21,8 +21,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some hardlinks
mkdir "$fromdir"

View File

@@ -12,8 +12,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some hardlinks
fromdir="$scratchdir/from"

View 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

View File

@@ -9,8 +9,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some files/dirs/links to copy
from1dir="${fromdir}1"

View 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

View 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/" \

View 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

View 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.