rbb 2004/03/13 05:01:05
Modified: test testfnmatch.c
Log:
Fix testfnmatch, it must clean up after itself by cd'ing back into
the main test directory.
Revision Changes Path
1.3 +1 -0 apr/test/testfnmatch.c
Index: testfnmatch.c
===================================================================
RCS file: /home/cvs/apr/test/testfnmatch.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- testfnmatch.c 6 Mar 2004 08:40:42 -0000 1.2
+++ testfnmatch.c 13 Mar 2004 13:01:05 -0000 1.3
@@ -63,6 +63,7 @@
char *dot = strrchr(list[i], '.');
CuAssertStrEquals(tc, dot, ".txt");
}
+ apr_filepath_set("..", p);
}
CuSuite *testfnmatch(void)