about summary refs log tree commit diff
path: root/test/test-llvm.sh
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-05 10:25:53 +0200
committervan Hauser <vh@thc.org>2020-08-05 10:25:53 +0200
commit4a859aff70cb4334c78bd6a13feb820bdad9d9d6 (patch)
tree0c294647171fdc40a2cce67d447e13c845510c52 /test/test-llvm.sh
parent8fc727e597f26161fde7f38af8b805a39497da52 (diff)
downloadafl++-4a859aff70cb4334c78bd6a13feb820bdad9d9d6.tar.gz
travis fixes
Diffstat (limited to 'test/test-llvm.sh')
-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 24fc6a34..02d23f9c 100755
--- a/test/test-llvm.sh
+++ b/test/test-llvm.sh
@@ -25,7 +25,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
       } || {
         $ECHO "$GREEN[+] llvm_mode instrumentation present and working correctly"
         TUPLES=`echo 0|../afl-showmap -m ${MEM_LIMIT} -o /dev/null -- ./test-instr.plain 2>&1 | grep Captur | awk '{print$3}'`
-        test "$TUPLES" -gt 3 -a "$TUPLES" -lt 7 && {
+        test "$TUPLES" -gt 3 -a "$TUPLES" -lt 8 && {
           $ECHO "$GREEN[+] llvm_mode run reported $TUPLES instrumented locations which is fine"
         } || {
           $ECHO "$RED[!] llvm_mode instrumentation produces weird numbers: $TUPLES"