aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-31 19:09:04 +0200
committervan Hauser <vh@thc.org>2020-07-31 19:09:04 +0200
commitb7bcc50c61deecd3596160aabf18e15bba548421 (patch)
tree08f1770d3e611b7a4457f07600406a8b24f291ea /test
parente93967772672aa9be4435d3da4ab44b632681e1b (diff)
downloadAFLplusplus-b7bcc50c61deecd3596160aabf18e15bba548421.tar.gz
reenable cpu tests in test.sh
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index e4822451..dea9134f 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -10,7 +10,6 @@ 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