Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 11 Oct 2004 10:16:31 +0000 (10:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 11 Oct 2004 10:16:31 +0000 (10:16 +0000)
* elf/tst-dlopenrpath.c (do_test): Enable code which was disabled
for debugging.

ChangeLog
elf/tst-dlopenrpath.c

index c8e1c70..aeedc39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 964f103..bd4d888 100644 (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;
 }