diff options
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 6a706ab9..ad1bdc97 100755 --- a/test/test.sh +++ b/test/test.sh @@ -132,7 +132,7 @@ test -e ../afl-clang-fast && { $ECHO "$GREEN[+] llvm_mode whitelist feature works correctly" } || $ECHO "$RED[!] llvm_mode whitelist feature failed" } || $ECHO "$RED[!] llvm_mode whitelist feature compilation failed" - rm -f test-compcov test.out + rm -f test-compcov test.out whitelist.txt } || $ECHO "$YELLOW[-] llvm_mode not compiled, cannot test" |