From 5b5cfed910f63276af1972f684a98d1c6840377a Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Sat, 18 Apr 2015 16:00:35 +0000 Subject: [PATCH] Add teststderr to list of files to clean up. --- RunTest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RunTest b/RunTest index 0b3f5ba..948fcbe 100755 --- a/RunTest +++ b/RunTest @@ -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