- Moved the err_list* stuff here from log.c and renamed them msg_list*.
[rsync/rsync.git] / testsuite / wildmatch.test
index 3366dd5..8c67506 100644 (file)
@@ -11,8 +11,9 @@
 
 set -x
 
-"$TOOLDIR/wildtest" >"$scratchdir/wild.out"
-diff -c "$scratchdir/wild.out" - <<EOF
+"$TOOLDIR/wildtest" "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
+diff $diffopt "$scratchdir/wild.out" - <<EOF
+No wildmatch errors found.
 EOF
 
 exit 0