summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/libtests/dl02/dl-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/dl02/dl-load.c b/testsuites/libtests/dl02/dl-load.c
index 2e76c2dea6..b7a5fc54d4 100644
--- a/testsuites/libtests/dl02/dl-load.c
+++ b/testsuites/libtests/dl02/dl-load.c
@@ -69,7 +69,7 @@ int dl_load_test(void)
if (!o1)
return 1;
o2 = dl_load_obj("/dl02-o2.o");
- if (!o1)
+ if (!o2)
return 1;
#if DL_RTL_CMDS