diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-04-16 19:53:42 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-04-16 19:53:42 +0200 |
commit | f157bca54858dce131e90f664da2505d43e0f65f (patch) | |
tree | d8505c8c528654349fcb2dbef9743883d0a6ffe8 /test | |
parent | ef1ea07e68682a4d411a0b9944cc6b48c730d214 (diff) | |
download | afl++-f157bca54858dce131e90f664da2505d43e0f65f.tar.gz |
fix missing out_fd for cmplog forkserver
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 4295d36b..9a53825b 100755 --- a/test/test.sh +++ b/test/test.sh @@ -671,7 +671,7 @@ test -e ../afl-qemu-trace && { test -e test-instr -a -e test-compcov && { { mkdir -p in - echo 0 > in/in + echo 00000 > in/in $ECHO "$GREY[*] running afl-fuzz for qemu_mode, this will take approx 10 seconds" { ../afl-fuzz -m ${MEM_LIMIT} -V10 -Q -i in -o out -- ./test-instr >>errors 2>&1 |