about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-04 16:03:12 +0100
committervanhauser-thc <vh@thc.org>2024-02-04 16:03:12 +0100
commitc77709cdd9b50832ed537dfd65d30bc7ffa79e7b (patch)
tree9b1cf5379c7c8080787a3b6bd10c46f3e4909d05 /test
parent27338fcef121c7700a1e2e99cb31cb7106159293 (diff)
downloadafl++-c77709cdd9b50832ed537dfd65d30bc7ffa79e7b.tar.gz
add U256/32byte support
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-llvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-llvm.sh b/test/test-llvm.sh
index 53bbd7b4..aef7a5e2 100755
--- a/test/test-llvm.sh
+++ b/test/test-llvm.sh
@@ -62,7 +62,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
       $ECHO "$RED[!] llvm_mode threadsafe instrumentation failed"
       CODE=1
     }
-    rm -f test-instr.ts.0 test-instr.ts.1
+    rm -f test-instr.ts.0 test-instr.ts.1 test-instr.ts
   } || {
     $ECHO "$RED[!] llvm_mode (threadsafe) failed"
     CODE=1