We now figure out if diff accepts -u and we'll use it instead of -c,
[rsync/rsync.git] / testsuite / wildmatch.test
index 3366dd5..4bfddbc 100644 (file)
@@ -12,7 +12,7 @@
 set -x
 
 "$TOOLDIR/wildtest" >"$scratchdir/wild.out"
-diff -c "$scratchdir/wild.out" - <<EOF
+diff $diffopt "$scratchdir/wild.out" - <<EOF
 EOF
 
 exit 0