diff --git a/tests/games/run_test.sh b/tests/games/run_test.sh index 80e5d0e..58c8267 100755 --- a/tests/games/run_test.sh +++ b/tests/games/run_test.sh @@ -37,6 +37,9 @@ quickerNESHash=`cat ${quickerNESHashFile}` # Comparing hashes quickNESHash=`cat ${quickNESHashFile}` +# Removing temporary files +rm -f ${quickerNESHashFile} ${quickNESHashFile} + # Compare hashes if [ "${quickerNESHash}" = "${quickNESHash}" ]; then echo "[] Test Passed"