Author: jorton Date: Mon Dec 6 03:02:59 2004 New Revision: 109969 URL: http://svn.apache.org/viewcvs?view=rev&rev=109969 Log: * test/testfnmatch.c: Update silly constant again for new test file.
Modified: apr/apr/trunk/test/testfnmatch.c Modified: apr/apr/trunk/test/testfnmatch.c Url: http://svn.apache.org/viewcvs/apr/apr/trunk/test/testfnmatch.c?view=diff&rev=109969&p1=apr/apr/trunk/test/testfnmatch.c&r1=109968&p2=apr/apr/trunk/test/testfnmatch.c&r2=109969 ============================================================================== --- apr/apr/trunk/test/testfnmatch.c (original) +++ apr/apr/trunk/test/testfnmatch.c Mon Dec 6 03:02:59 2004 @@ -22,7 +22,7 @@ * .txt extension in the data directory at the time testfnmatch * happens to be run (!?!). */ -#define NUM_FILES (3) +#define NUM_FILES (4) static void test_glob(abts_case *tc, void *data) {
