diff options
Diffstat (limited to 'test_random.bash')
-rw-r--r-- | test_random.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_random.bash b/test_random.bash index 0939e24..07403fe 100644 --- a/test_random.bash +++ b/test_random.bash @@ -42,7 +42,7 @@ run_test_random() { exit else echo -e "${CGREEN}OK${CRST}" - #cat ${file_asm} + rm ${file_orig_bin} ${file_asm} ${file_as_o} ${file_as_elf} ${file_as_bin} fi } |