jerenkrantz 02/01/02 01:34:49
Modified: test testmmap.c
Log:
In a VPATH build, we don't know where testmmap.c is, but we have a
fighting shot to find testmmap. *grin*
Revision Changes Path
1.31 +1 -1 apr/test/testmmap.c
Index: testmmap.c
===================================================================
RCS file: /home/cvs/apr/test/testmmap.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- testmmap.c 9 Sep 2001 06:03:05 -0000 1.30
+++ testmmap.c 2 Jan 2002 09:34:49 -0000 1.31
@@ -100,7 +100,7 @@
fprintf(stdout,"OK\n");
apr_filepath_get(&file1, 0, context);
- file1 = apr_pstrcat(context,file1,"/testmmap.c",NULL);
+ file1 = apr_pstrcat(context,file1,"/testmmap",NULL);
fprintf(stdout, "Opening file........................");
rv = apr_file_open(&thefile, file1, flag, APR_UREAD | APR_GREAD,
context);