aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-22 10:44:02 +0200
committervan Hauser <vh@thc.org>2019-09-22 10:44:02 +0200
commit99be29472657d074d53f7487198acca44a1f5c82 (patch)
tree806846c19c26d15b4113d13cfe8bc64b86700f38 /test
parent7adb7cf7f698b309029d4853b1ec8900fe1baafe (diff)
downloadAFLplusplus-99be29472657d074d53f7487198acca44a1f5c82.tar.gz
fix
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh2
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"