summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-12-08 15:32:18 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-12-08 15:32:18 +0000
commitc7c58ea568596ab5b3b4c72ac66ccdae349b6e96 (patch)
tree7b94de13b73fc362b889b3512b1dabe1d1654670
parente3c396e24e21f7114138621bc4c794c5508931f2 (diff)
downloadlibapr-c7c58ea568596ab5b3b4c72ac66ccdae349b6e96.tar.gz
* test/testfnmatch.c: Really fix the constant.
* test/Makefile.in (CLEAN_TARGETS): And really clean up after the test. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@111278 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/Makefile.in2
-rw-r--r--test/testfnmatch.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index ca2910074..14b9a37f8 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -32,7 +32,7 @@ CLEAN_TARGETS = testfile.tmp mod_test.slo proc_child@EXEEXT@ occhild@EXEEXT@ \
readchild@EXEEXT@ tryread@EXEEXT@ sockchild@EXEEXT@ \
globalmutexchild@EXEEXT@ lfstests/large.bin \
data/testputs.txt data/testbigfprintf.dat data/testwritev.txt \
- testwritev_full.txt
+ data/testwritev_full.txt
CLEAN_SUBDIRS = internal
INCDIR=../include
diff --git a/test/testfnmatch.c b/test/testfnmatch.c
index d1e1df668..ea7188917 100644
--- a/test/testfnmatch.c
+++ b/test/testfnmatch.c
@@ -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)
{