diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-11 10:16:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-11 10:16:31 +0000 |
commit | 72349466619ac3c5e7a222c391c274b781df3afe (patch) | |
tree | 6a49b7c86a9e3e0db934b483f874d772c555309b /elf/tst-dlopenrpath.c | |
parent | 173a06ecd898439de75f25cee5c5776c4181661d (diff) | |
download | glibc-72349466619ac3c5e7a222c391c274b781df3afe.tar.gz glibc-72349466619ac3c5e7a222c391c274b781df3afe.tar.xz glibc-72349466619ac3c5e7a222c391c274b781df3afe.zip |
Update.
* elf/tst-dlopenrpath.c (do_test): Enable code which was disabled for debugging.
Diffstat (limited to 'elf/tst-dlopenrpath.c')
-rw-r--r-- | elf/tst-dlopenrpath.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/tst-dlopenrpath.c b/elf/tst-dlopenrpath.c index 964f103b8c..bd4d888f34 100644 --- a/elf/tst-dlopenrpath.c +++ b/elf/tst-dlopenrpath.c @@ -62,10 +62,8 @@ do_test (void) result = foo (); out: -#if 0 unlink (PFX "test-subdir/in-subdir.so"); rmdir (testsubdir); -#endif return result; } |