From ca765b5ebb1ca59c30076cbe843d5382e65fd128 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Sat, 28 Sep 2019 15:39:13 +0200 Subject: Oops, forgot to set AFL_GCC on other systems beside Mac OS X --- test/test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test.sh b/test/test.sh index 24e75388..716f7c27 100755 --- a/test/test.sh +++ b/test/test.sh @@ -43,6 +43,8 @@ unset AFL_LLVM_LAF_SPLIT_COMPARES # afl-gcc does not work there test `uname -s` = 'Darwin' && { AFL_GCC=afl-clang +} || { +AFL_GCC=afl-gcc } GREY="\\033[1;90m" BLUE="\\033[1;94m" -- cgit 1.4.1