diff options
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rwxr-xr-x | tests/run-unstrip-test.sh | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index c4166446..e21e90da 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2007-06-06 Roland McGrath <[email protected]> + + * run-unstrip-test.sh: Declare testfile.unstrip for removal. + 2007-06-05 Ulrich Drepper <[email protected]> * Makefile.am (EXTRA_DIST): Add missing line continuation and diff --git a/tests/run-unstrip-test.sh b/tests/run-unstrip-test.sh index 67029051..8f0fc698 100755 --- a/tests/run-unstrip-test.sh +++ b/tests/run-unstrip-test.sh @@ -30,6 +30,7 @@ stripped=${stripped:-testfile17} debugfile=${debugfile:-${stripped}.debug} testfiles $original $stripped $debugfile +tempfiles testfile.unstrip # These are old reference output from run-test-strip6.sh, when # strip left the .debug file with unchanged sh_size in |
