fix travis

This commit is contained in:
van Hauser 2020-07-31 18:26:18 +02:00
parent 37f1b7cddb
commit 25ad992c62

View File

@ -10,6 +10,7 @@ echo foobar | grep -qE 'asd|oob' 2>/dev/null || { echo Error: grep command does
test -e ./test.sh || cd $(dirname $0) || exit 1
test -e ./test.sh || { echo Error: you must be in the test/ directory ; exit 1 ; }
export AFL_PATH=`pwd`/..
export AFL_NO_AFFINITY=1
echo 1 > test.1
echo 1 > test.2