aboutsummaryrefslogtreecommitdiff
path: root/tester.in
diff options
context:
space:
mode:
Diffstat (limited to 'tester.in')
-rwxr-xr-xtester.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tester.in b/tester.in
index e2d5297..f9beb02 100755
--- a/tester.in
+++ b/tester.in
@@ -30,6 +30,7 @@ if test -f "$srcdir/test.std"; then
./driver --options-file "$db_options" >test.out
if test $? -ne 0; then
+ rm -f test.out
exit 1
fi