about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-08-07 16:56:12 +0200
committerDominik Maier <domenukk@gmail.com>2020-08-07 16:56:12 +0200
commite51f1ea5a5dd630dec9bfcd668db4ea583fa72d1 (patch)
treec2dd0fceee9796b4dffd7615b36b7d116a10ee09 /test
parent22d3a5e90abd58c6a4bb68bf1b3f7ece8283f5bb (diff)
parent673ace2a4b631703c4de0ff5efd154fe7ecc1012 (diff)
downloadafl++-e51f1ea5a5dd630dec9bfcd668db4ea583fa72d1.tar.gz
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-llvm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-llvm.sh b/test/test-llvm.sh
index 02d23f9c..96a7f92a 100755
--- a/test/test-llvm.sh
+++ b/test/test-llvm.sh
@@ -172,7 +172,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
     $ECHO "$RED[!] llvm_mode laf-intel floatingpoint splitting feature compilation failed"
     CODE=1
   }
-  rm -f test-floatingpoint test.out in/in
+  rm -f test-floatingpoint test.out in/in errors
   echo foobar.c > instrumentlist.txt
   AFL_DEBUG=1 AFL_LLVM_INSTRUMENT_FILE=instrumentlist.txt ../afl-clang-fast -o test-compcov test-compcov.c > test.out 2>&1
   test -e test-compcov && test_compcov_binary_functionality ./test-compcov && {
@@ -227,4 +227,4 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
   INCOMPLETE=1
 }
 
-. ./test-post.sh
\ No newline at end of file
+. ./test-post.sh