Changed --copy-dest to --link-dest.
[rsync/rsync.git] / testsuite / wildmatch.test
index 8c67506..e50a4f2 100644 (file)
@@ -7,13 +7,12 @@
 
 # Test the wildmatch functionality
 
-. $srcdir/testsuite/rsync.fns
-
-set -x
+. "$suitedir/rsync.fns"
 
 "$TOOLDIR/wildtest" "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
 diff $diffopt "$scratchdir/wild.out" - <<EOF
 No wildmatch errors found.
 EOF
 
+# The script would have aborted on error, so getting here means we've won.
 exit 0