diff options
author | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2004-12-06 11:02:59 +0000 |
---|---|---|
committer | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2004-12-06 11:02:59 +0000 |
commit | e3c396e24e21f7114138621bc4c794c5508931f2 (patch) | |
tree | 0021ece9e3908ca044da22010c7f3f6f897c2333 /test | |
parent | c7e65ed0e02170e77d84bb1b4f767668a088f8f3 (diff) | |
download | libapr-e3c396e24e21f7114138621bc4c794c5508931f2.tar.gz |
* test/testfnmatch.c: Update silly constant again for new test file.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@109969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/testfnmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testfnmatch.c b/test/testfnmatch.c index f457923f4..d1e1df668 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 (3) +#define NUM_FILES (4) static void test_glob(abts_case *tc, void *data) { |