summaryrefslogtreecommitdiffstats
path: root/tests/run-strings-test.sh
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/run-strings-test.sh
parent618795fbfd64f2dd1fa4375ce704736c70725412 (diff)
Make sure all files created by the tests are removed.
Diffstat (limited to 'tests/run-strings-test.sh')
-rwxr-xr-xtests/run-strings-test.sh2
1 files changed, 1 insertions, 1 deletions
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