summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl01/dl-load.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl01/dl-load.c')
-rw-r--r--testsuites/libtests/dl01/dl-load.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/libtests/dl01/dl-load.c b/testsuites/libtests/dl01/dl-load.c
index e8f84bd5b5..5438196e67 100644
--- a/testsuites/libtests/dl01/dl-load.c
+++ b/testsuites/libtests/dl01/dl-load.c
@@ -28,9 +28,9 @@ int dl_load_test(void)
int unresolved;
char* message = "loaded";
- printf("load: /dl-o1.o\n");
+ printf("load: /dl01-o1.o\n");
- handle = dlopen ("/dl-o1.o", RTLD_NOW | RTLD_GLOBAL);
+ handle = dlopen ("/dl01-o1.o", RTLD_NOW | RTLD_GLOBAL);
if (!handle)
{
printf("dlopen failed: %s\n", dlerror());