Commit 584c7bf7 authored by Wayne Davison's avatar Wayne Davison

Pass the $srcdir/wildtest.txt file on the command-line to wildtest.

parent c4cd2ca6
......@@ -11,7 +11,7 @@
set -x
"$TOOLDIR/wildtest" >"$scratchdir/wild.out"
"$TOOLDIR/wildtest" "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
diff $diffopt "$scratchdir/wild.out" - <<EOF
No wildmatch errors found.
EOF
......
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