summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl02
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl02')
-rw-r--r--testsuites/libtests/dl02/dl-load.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/libtests/dl02/dl-load.c b/testsuites/libtests/dl02/dl-load.c
index 5bb40dccba..601d62113c 100644
--- a/testsuites/libtests/dl02/dl-load.c
+++ b/testsuites/libtests/dl02/dl-load.c
@@ -49,10 +49,10 @@ int dl_load_test(void)
int call_ret;
int ret;
- o1 = dl_load_obj("/dl-o1.o");
+ o1 = dl_load_obj("/dl02-o1.o");
if (!o1)
return 1;
- o2 = dl_load_obj("/dl-o2.o");
+ o2 = dl_load_obj("/dl02-o2.o");
if (!o1)
return 1;