Fix tst_wcscpy.c test.
[platform/upstream/glibc.git] / dlfcn / bug-dlsym1.c
index 61c6cda..3bbf6a2 100644 (file)
@@ -10,8 +10,6 @@ int main(void)
     void *handle;
     char *c;
 
-    setenv ("LD_LIBRARY_PATH", "/home/roland/build/tls-libc/dlfcn", 1);
-
     /* open lib1.so, which has the unresolved test symbol and a DT_NEEDED
        on lib2.so, which provides the symbol */
     if ((handle = dlopen("bug-dlsym1-lib1.so", RTLD_NOW)) == NULL) {