From: Wayne Davison Date: Thu, 8 Jan 2004 09:00:14 +0000 (+0000) Subject: Pass the $srcdir/wildtest.txt file on the command-line to wildtest. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/584c7bf76dffe713462dc93b30d24d6ef92a8602 Pass the $srcdir/wildtest.txt file on the command-line to wildtest. --- diff --git a/testsuite/wildmatch.test b/testsuite/wildmatch.test index 6e43db52..8c67506c 100644 --- a/testsuite/wildmatch.test +++ b/testsuite/wildmatch.test @@ -11,7 +11,7 @@ set -x -"$TOOLDIR/wildtest" >"$scratchdir/wild.out" +"$TOOLDIR/wildtest" "$srcdir/wildtest.txt" >"$scratchdir/wild.out" diff $diffopt "$scratchdir/wild.out" - <