From 955a3a3ded9759ea90710b07319a69ecfb56c67d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 2 Jan 2006 17:46:24 +0000 Subject: [PATCH] We now test all the patterns using both a normal wildtest run and a wildtest run with various -x and -e options. --- testsuite/wildmatch.test | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/testsuite/wildmatch.test b/testsuite/wildmatch.test index 71e0ff09..2e95b86c 100644 --- a/testsuite/wildmatch.test +++ b/testsuite/wildmatch.test @@ -11,10 +11,14 @@ set -x -"$TOOLDIR/wildtest" "$srcdir/wildtest.txt" >"$scratchdir/wild.out" -diff $diffopt "$scratchdir/wild.out" - <"$scratchdir/wild.out" + diff $diffopt "$scratchdir/wild.out" - <