diff options
author | van Hauser <vh@thc.org> | 2020-07-31 18:26:18 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-31 18:26:18 +0200 |
commit | 25ad992c62ad7abd2569ce89e7bb62f10c6423ac (patch) | |
tree | dc1ce6a058f8c1018c49b5d96198b62e5400a97f | |
parent | 37f1b7cddb7313bd047e31ed42a6b751d96cfa89 (diff) | |
download | afl++-25ad992c62ad7abd2569ce89e7bb62f10c6423ac.tar.gz |
fix travis
-rwxr-xr-x | test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index dea9134f..e4822451 100755 --- a/test/test.sh +++ b/test/test.sh @@ -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 |