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 c8e1c70301bd2746f720349651dd36087ec14222..aeedc39ebac54b84ed3b4312e72bcc0f81913a6d 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 964f103b8c3e304d77738372d841a9c4b57da5d4..bd4d888f34f3c5550c186d2956a58256aa3209a7 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;
 }