about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-01 23:12:29 +0100
committervan Hauser <vh@thc.org>2020-02-01 23:12:29 +0100
commit9e53ae7035240cf35cae4b718a4df6dc6a546b8d (patch)
treeef412db6a2e117b62e5ca7c433be7fd917971584
parent3b8fe02080fd2843c2efb1db8a1f7c2e4ad18a9f (diff)
downloadafl++-9e53ae7035240cf35cae4b718a4df6dc6a546b8d.tar.gz
debug
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index c6e2e0bd..0b367032 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -569,7 +569,7 @@ $ECHO "debug: $SYS"
         {
           export AFL_QEMU_PERSISTENT_ADDR=`expr 0x4$(nm test-instr | grep "T main" | awk '{print $1}' | sed 's/^.......//')`
           export AFL_QEMU_PERSISTENT_GPR=1
-$ECHO "debug: AFL_QEMU_PERSISTENT_ADDR=$AFL_QEMU_PERSISTENT_ADDR
+$ECHO "debug: AFL_QEMU_PERSISTENT_ADDR=$AFL_QEMU_PERSISTENT_ADDR"
           ../afl-fuzz -V10 -Q -i in -o out -- ./test-instr
         } >>errors 2>&1
         test -n "$( ls out/queue/id:000002* 2> /dev/null )" && {