diff options
author | Oxore <oxore@protonmail.com> | 2023-04-29 12:47:26 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-04-29 12:52:25 +0300 |
commit | 97118ecb195356650a4def44ba36d026634f3f95 (patch) | |
tree | 6429c0e672955777192bba8f27774abac877f7b2 /test_random.bash | |
parent | e8db23a8b94edad65dfede4ae2077c6788e53de0 (diff) |
Fix bound checking for (xxx).L extension bytes
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 } |