---
 testsuites/libtests/dl02/dl-load.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/libtests/dl02/dl-load.c 
b/testsuites/libtests/dl02/dl-load.c
index 601d621..2189773 100644
--- a/testsuites/libtests/dl02/dl-load.c
+++ b/testsuites/libtests/dl02/dl-load.c
@@ -53,7 +53,7 @@ int dl_load_test(void)
   if (!o1)
     return 1;
   o2 = dl_load_obj("/dl02-o2.o");
-  if (!o1)
+  if (!o2)
     return 1;
 
 #if 0
-- 
2.7.4

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to