diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-05 18:39:16 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-05 18:39:16 +0100 |
commit | 73cb58726649b860cbea9eef727e90ad14be4b31 (patch) | |
tree | dbc418a35849a8430781ddf9d45a07c9ed292d6d /test | |
parent | c11b8883e042fc5c8f42ad64e0fb34888f8bc2ea (diff) | |
download | afl++-73cb58726649b860cbea9eef727e90ad14be4b31.tar.gz |
test unicorn && AFL_DISABLE_TRIM env var
Diffstat (limited to 'test')
-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 f954776f..f086ee50 100755 --- a/test/test.sh +++ b/test/test.sh @@ -485,6 +485,7 @@ test -d ../unicorn_mode/unicorn && { } rm -f errors + echo -e '\xbf' > in/in $ECHO "$GREY[*] running afl-fuzz for unicorn_mode compcov, this will take approx 35 seconds" { export AFL_COMPCOV_LEVEL=2 |