summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl05
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl05')
-rw-r--r--testsuites/libtests/dl05/dl-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/dl05/dl-load.c b/testsuites/libtests/dl05/dl-load.c
index c7d5698995..5ef64577cc 100644
--- a/testsuites/libtests/dl05/dl-load.c
+++ b/testsuites/libtests/dl05/dl-load.c
@@ -36,7 +36,7 @@ int dl_load_test(void)
rtems_rtl_trace_set_mask(RTEMS_RTL_TRACE_ALL);
- handle = dlopen("/dl-o5.o", RTLD_GLOBAL | RTLD_NOW);
+ handle = dlopen("/dl05-o5.o", RTLD_GLOBAL | RTLD_NOW);
if (handle == NULL)
{
err = dlerror();