From 696b9121a2b7ec80464d13c723e6c780a3e5608c Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 12 Apr 2018 17:48:28 +1000 Subject: libdl: Fix the tests loading the correct files --- testsuites/libtests/dl05/dl-load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/dl05') 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(); -- cgit v1.2.3