diff options
author | Dominik Maier <domenukk@gmail.com> | 2019-12-15 21:39:38 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2019-12-15 21:39:38 +0100 |
commit | fc1a52b1c68d60ac27809536e27cb7d32f6cbdcc (patch) | |
tree | ac43189910a409aef79e65863d5be555168351dd | |
parent | 05825a888e967071a1bdd2c51c8a8bf909b37d74 (diff) | |
download | afl++-fc1a52b1c68d60ac27809536e27cb7d32f6cbdcc.tar.gz |
make travis happy
-rwxr-xr-x | test/test.sh | 4 | ||||
m--------- | unicorn_mode/unicorn | 0 |
2 files changed, 1 insertions, 3 deletions
diff --git a/test/test.sh b/test/test.sh index 64c76758..90dc0dfe 100755 --- a/test/test.sh +++ b/test/test.sh @@ -550,11 +550,9 @@ test -d ../unicorn_mode/unicorn && { test -e ../unicorn_mode/samples/simple/simple_target.bin -a -e ../unicorn_mode/samples/compcov_x64/compcov_target.bin && { { # travis workaround - PY=`which python` - test "$PY" = "/opt/pyenv/shims/python" -a -x /usr/bin/python && PY=/usr/bin/python + PY=python mkdir -p in echo 0 > in/in - $ECHO "$GREY[*] Using python binary $PY" $ECHO "$GREY[*] running afl-fuzz for unicorn_mode, this will take approx 25 seconds" { ../afl-fuzz -V25 -U -i in -o out -d -- "$PY" ../unicorn_mode/samples/simple/simple_test_harness.py @@ >>errors 2>&1 diff --git a/unicorn_mode/unicorn b/unicorn_mode/unicorn -Subproject c15508a3731d42fdd3b1a98d72ff80e2597def6 +Subproject bc8e43e458636de4dcb861565c0928130cb1667 |