summaryrefslogtreecommitdiff
path: root/test/testmmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testmmap.c')
-rw-r--r--test/testmmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/testmmap.c b/test/testmmap.c
index 43d3a8afe..f37c0e3ad 100644
--- a/test/testmmap.c
+++ b/test/testmmap.c
@@ -47,9 +47,9 @@ static struct {
const char *filename;
apr_off_t offset;
} test_set[] = {
- { "data/mmap_datafile.txt", 0 },
- { "data/mmap_large_datafile.txt", 65536 },
- { "data/mmap_large_datafile.txt", 66650 }, /* not page aligned */
+ { "/data/mmap_datafile.txt", 0 },
+ { "/data/mmap_large_datafile.txt", 65536 },
+ { "/data/mmap_large_datafile.txt", 66650 }, /* not page aligned */
{ NULL, }
};