about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-16 19:53:42 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-16 19:53:42 +0200
commitf157bca54858dce131e90f664da2505d43e0f65f (patch)
treed8505c8c528654349fcb2dbef9743883d0a6ffe8 /test
parentef1ea07e68682a4d411a0b9944cc6b48c730d214 (diff)
downloadafl++-f157bca54858dce131e90f664da2505d43e0f65f.tar.gz
fix missing out_fd for cmplog forkserver
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh2
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