* elf/tst-dlopenrpath.c (do_test): Enable code which was disabled
	for debugging.
This commit is contained in:
Ulrich Drepper 2004-10-11 10:16:31 +00:00
parent 173a06ecd8
commit 7234946661
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2004-10-11 Ulrich Drepper <drepper@redhat.com>
* elf/tst-dlopenrpath.c (do_test): Enable code which was disabled
for debugging.
* elf/dl-sym.c (do_sym): Avoid using global variable.
* elf/dl-addr.c (_dl_addr): Really use match everywhere.

View File

@ -62,10 +62,8 @@ do_test (void)
result = foo ();
out:
#if 0
unlink (PFX "test-subdir/in-subdir.so");
rmdir (testsubdir);
#endif
return result;
}