Add teststderr to list of files to clean up.

This commit is contained in:
Philip.Hazel 2015-04-18 16:00:35 +00:00
parent 71fc42daf1
commit 5b5cfed910
1 changed files with 1 additions and 1 deletions

View File

@ -740,6 +740,6 @@ for bmode in "$test8" "$test16" "$test32"; do
done
# Clean up local working files
rm -f testSinput test3input testsaved1 testsaved2 test3output test3outputA test3outputB teststdout testtry
rm -f testSinput test3input testsaved1 testsaved2 test3output test3outputA test3outputB teststdout teststderr testtry
# End