Commit 815193e8 authored by Wayne Davison's avatar Wayne Davison

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

parent 4fd4b3d6
......@@ -9,8 +9,6 @@
. "$suitedir/rsync.fns"
set -x
hands_setup
cd "$tmpdir"
......
......@@ -11,8 +11,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some hardlinks
mygrps="`rsync_getgroups`" || fail "Can't get groups"
......
......@@ -11,8 +11,6 @@
. "$suitedir/rsync.fns"
set -x
hands_setup
tmpdir2=/tmp
......
......@@ -11,8 +11,6 @@
. "$suitedir/rsync.fns"
set -x
hands_setup
chmod 440 "$fromdir/text"
......
......@@ -13,8 +13,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some hardlinks
mkdir "$fromdir"
......
......@@ -9,8 +9,6 @@
. "$suitedir/rsync.fns"
set -x
alt1dir="$tmpdir/alt1"
alt2dir="$tmpdir/alt2"
......
......@@ -9,8 +9,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some hardlinks
case `id -u` in
......
......@@ -21,8 +21,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some hardlinks
mkdir "$fromdir"
......
......@@ -12,8 +12,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some hardlinks
fromdir="$scratchdir/from"
......
......@@ -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
......
......@@ -9,8 +9,6 @@
. "$suitedir/rsync.fns"
set -x
# Build some files/dirs/links to copy
from1dir="${fromdir}1"
......
......@@ -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
......
......@@ -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/" \
......
......@@ -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
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment