Add teststderr to list of files to clean up.

This commit is contained in:
ph10 2015-04-18 16:00:35 +00:00
parent 37bd3413c2
commit 827f1138df

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