From 97118ecb195356650a4def44ba36d026634f3f95 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 29 Apr 2023 12:47:26 +0300 Subject: Fix bound checking for (xxx).L extension bytes --- test_random.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_random.bash') 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 } -- cgit v1.2.3