summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test b/tests/test
index 72a72ad..01662c6 100755
--- a/tests/test
+++ b/tests/test
@@ -4,8 +4,8 @@ php $p/../main.php <$p/test.in>$p/test.out
if [ -z "$(diff $p/test.out $p/test.successful)" ]
then
echo "Test successful."
+ rm $p/test.in $p/test.out
else
echo "Test unsuccessful. Check activity logs."
fi
-rm $p/test.in $p/test.out \ No newline at end of file