From 827f1138df102028be608e5a81f670028b8c574b Mon Sep 17 00:00:00 2001 From: ph10 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