]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - dlfcn/tst-dlinfo.c
[BZ #4775, BZ #4776]
[thirdparty/glibc.git] / dlfcn / tst-dlinfo.c
index 70906ebdf1c4fcecd62357708e43f7d713deb173..16355a1aa320ab803dfff04a77a0668d848e03ce 100644 (file)
@@ -29,7 +29,7 @@ do_test (void)
 {
   int status = 0;
 
-  void *handle = dlopen ("glreflib1.so", RTLD_NOW);
+  void *handle = dlopen ("glreflib3.so", RTLD_NOW);
   if (handle == NULL)
     error (EXIT_FAILURE, 0, "cannot load: glreflib1.so: %s", dlerror ());