diff options
author | van Hauser <vh@thc.org> | 2024-02-08 14:51:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 14:51:13 +0100 |
commit | 48070e0148699fbd96dc9f4e5950565498d4ad43 (patch) | |
tree | df6d533f841779a80b0160b57fdbff9337ae015b /test | |
parent | c23bbddde97d81fdb27351bade8f74fe71e49c21 (diff) | |
parent | 698f1e272b8738cd1145ed687861fa5664f14c9b (diff) | |
download | afl++-48070e0148699fbd96dc9f4e5950565498d4ad43.tar.gz |
Merge branch '420' into dev
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-llvm.sh | 2 |
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 |