Author: jorton
Date: Wed Dec  8 07:32:18 2004
New Revision: 111278

URL: http://svn.apache.org/viewcvs?view=rev&rev=111278
Log:
* test/testfnmatch.c: Really fix the constant.

* test/Makefile.in (CLEAN_TARGETS): And really clean up after the
test.

Modified:
   apr/apr/trunk/test/Makefile.in
   apr/apr/trunk/test/testfnmatch.c

Modified: apr/apr/trunk/test/Makefile.in
Url: 
http://svn.apache.org/viewcvs/apr/apr/trunk/test/Makefile.in?view=diff&rev=111278&p1=apr/apr/trunk/test/Makefile.in&r1=111277&p2=apr/apr/trunk/test/Makefile.in&r2=111278
==============================================================================
--- apr/apr/trunk/test/Makefile.in      (original)
+++ apr/apr/trunk/test/Makefile.in      Wed Dec  8 07:32:18 2004
@@ -32,7 +32,7 @@
        [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ \
        [EMAIL PROTECTED]@ lfstests/large.bin \
        data/testputs.txt data/testbigfprintf.dat data/testwritev.txt \
-        testwritev_full.txt
+        data/testwritev_full.txt
 CLEAN_SUBDIRS = internal
 
 INCDIR=../include

Modified: apr/apr/trunk/test/testfnmatch.c
Url: 
http://svn.apache.org/viewcvs/apr/apr/trunk/test/testfnmatch.c?view=diff&rev=111278&p1=apr/apr/trunk/test/testfnmatch.c&r1=111277&p2=apr/apr/trunk/test/testfnmatch.c&r2=111278
==============================================================================
--- apr/apr/trunk/test/testfnmatch.c    (original)
+++ apr/apr/trunk/test/testfnmatch.c    Wed Dec  8 07:32:18 2004
@@ -22,7 +22,7 @@
  * .txt extension in the data directory at the time testfnmatch
  * happens to be run (!?!). */
 
-#define NUM_FILES (4)
+#define NUM_FILES (5)
 
 static void test_glob(abts_case *tc, void *data)
 {

Reply via email to