Index: t_tls_dlopen.c =================================================================== RCS file: /cvsroot/src/tests/lib/libc/tls/t_tls_dlopen.c,v retrieving revision 1.3 diff -u -p -r1.3 t_tls_dlopen.c --- t_tls_dlopen.c 17 Jan 2012 20:34:57 -0000 1.3 +++ t_tls_dlopen.c 20 Oct 2013 13:46:12 -0000 @@ -88,7 +88,7 @@ ATF_TC_BODY(t_tls_dlopen, tc) atf_tc_skip("no TLS support on this platform"); #endif - handle = dlopen("h_tls_dlopen.so", RTLD_NOW | RTLD_LOCAL); + handle = dlopen("libh_tls_dynamic.so", RTLD_NOW | RTLD_LOCAL); ATF_REQUIRE(handle != NULL); testf_helper = dlsym(handle, "testf_dso_helper");