Pass the $srcdir/wildtest.txt file on the command-line to wildtest.
authorWayne Davison <wayned@samba.org>
Thu, 8 Jan 2004 09:00:14 +0000 (09:00 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 8 Jan 2004 09:00:14 +0000 (09:00 +0000)
testsuite/wildmatch.test

index 6e43db5..8c67506 100644 (file)
@@ -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