Skip to content

Commit

Permalink
Clean after tests to avoid potential leaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlajos committed Sep 29, 2018
1 parent 12841a7 commit 552127e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ runAndCompareOutput(){
fi
diff -ruwb $TEST_OUTPUT.standard test/expected.$2.output
assertTrue 'Expected output differs.' $?
rm $TEST_OUTPUT.standard
}

testErrors(){
Expand Down

0 comments on commit 552127e

Please sign in to comment.