adding hash file cleanup
This commit is contained in:
parent
f6d119b549
commit
0accf8a5cd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue