about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-11-05 20:06:11 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-11-05 20:06:11 +0100
commit62d972962938fc84150768bbda448841e6c9d3e7 (patch)
tree21938a382d76d8154d1440db1b41cbf9e4e2ffb8
parented1628173717a91dbb8bd5b0498cb618da6d349c (diff)
downloadafl++-62d972962938fc84150768bbda448841e6c9d3e7.tar.gz
travis is drunk
-rwxr-xr-xtest/test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.sh b/test/test.sh
index a56466c4..3b071468 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -485,13 +485,13 @@ test -d ../unicorn_mode/unicorn && {
       }
       rm -f errors
 
-      echo -e '\xbf' > in/in
+      printf '\xbf' > in/in
       # This seed is close to the first byte of the comparison.
       # If CompCov works, a new tuple will appear in the map => new input in queue
-      $ECHO "$GREY[*] running afl-fuzz for unicorn_mode compcov, this will take approx 30 seconds"
+      $ECHO "$GREY[*] running afl-fuzz for unicorn_mode compcov, this will take approx 35 seconds"
       {
         export AFL_COMPCOV_LEVEL=2
-        ../afl-fuzz -V30 -U -i in -o out -d -- "$PY" ../unicorn_mode/samples/compcov_x64/compcov_test_harness.py @@ >>errors 2>&1
+        ../afl-fuzz -V35 -U -i in -o out -d -- "$PY" ../unicorn_mode/samples/compcov_x64/compcov_test_harness.py @@ >>errors 2>&1
       } >>errors 2>&1
       test -n "$( ls out/queue/id:000001* 2> /dev/null )" && {
         $ECHO "$GREEN[+] afl-fuzz is working correctly with unicorn_mode compcov"