summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-09-02 20:29:56 +0000
committerUlrich Drepper <[email protected]>2005-09-02 20:29:56 +0000
commit3bbc950166dc00cb57bebf794f51257aa703facd (patch)
tree79e8c0a2ea5fe530b76ca38ef73764b1c9e8208f /tests
parent618795fbfd64f2dd1fa4375ce704736c70725412 (diff)
Make sure all files created by the tests are removed.
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog4
-rwxr-xr-xtests/run-strings-test.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 3a5d16a7..ec47a31d 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-02 Ulrich Drepper <[email protected]>
+
+ * run-strings-test.sh: Remove strings.out in the end.
+
2005-08-31 Ulrich Drepper <[email protected]>
* run-addrscopes.sh: Use correct exit code if test cannot be performed.
diff --git a/tests/run-strings-test.sh b/tests/run-strings-test.sh
index 4ea7d3c3..66918008 100755
--- a/tests/run-strings-test.sh
+++ b/tests/run-strings-test.sh
@@ -470,6 +470,6 @@ testfile9: 3e20 Discard symbols from object files.
testfile9: 3e43 [FILE...]
EOF
-rm -f testfile testfile[23456789]
+rm -f testfile testfile[23456789] strings.out
exit 0