aboutsummaryrefslogtreecommitdiff
path: root/src/pl/tcl/test/runtest
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/tcl/test/runtest')
-rwxr-xr-xsrc/pl/tcl/test/runtest1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pl/tcl/test/runtest b/src/pl/tcl/test/runtest
index c98402f0abd..32c1433b85e 100755
--- a/src/pl/tcl/test/runtest
+++ b/src/pl/tcl/test/runtest
@@ -20,6 +20,7 @@ psql -q -n -e $DBNAME <test_queries.sql > test.out 2>&1
if diff test.expected test.out >/dev/null 2>&1 ; then
echo " Tests passed O.K."
+ rm test.out
else
echo " Tests failed - look at diffs between"
echo " test.expected and test.out"