Another xattr "internal abbrev" fix for an xattr object that is
[rsync/rsync.git] / testsuite / wildmatch.test
index 2e95b86..9d50189 100644 (file)
@@ -9,11 +9,10 @@
 
 . "$suitedir/rsync.fns"
 
-set -x
-
 # This test exercises the wildmatch() function (with no options) and the
 # wildmatch_join() function (using -x and/or -e).
 for opts in "" -x1 "-x1 -e1" "-x1 -e1se" -x2 "-x2 -ese" -x3 "-x3 -e1" -x4 "-x4 -e2e" -x5 "-x5 -es"; do
+    echo Running wildtest with "$opts"
     "$TOOLDIR/wildtest" $opts "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
     diff $diffopt "$scratchdir/wild.out" - <<EOF
 No wildmatch errors found.