summaryrefslogtreecommitdiff
path: root/test/testmmap.c
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-01-02 09:34:49 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-01-02 09:34:49 +0000
commitb6473e718e8f2a09f739a949eee0d6cfd3972717 (patch)
treed4e53d89f580de621369f8e83c96705eaa12cb4f /test/testmmap.c
parentc343fbc81d1e032d65840f66be9772a851d68577 (diff)
downloadapr-b6473e718e8f2a09f739a949eee0d6cfd3972717.tar.gz
In a VPATH build, we don't know where testmmap.c is, but we have a
fighting shot to find testmmap. *grin* git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62693 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testmmap.c')
-rw-r--r--test/testmmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmmap.c b/test/testmmap.c
index c7111c368..c4ba842ed 100644
--- a/test/testmmap.c
+++ b/test/testmmap.c
@@ -100,7 +100,7 @@ int main(void)
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);