diff options
author | hexcoder- <heiko@hexco.de> | 2020-02-05 22:08:57 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-02-05 22:08:57 +0100 |
commit | 4bcea7b31fcaa9265a1e3f05e5d67d30b32bb32c (patch) | |
tree | 3651b212fc927dd11cade84cb9dcfff4630be4c6 /test/test.sh | |
parent | 1edc392194ee6fad60057dce4aa2c9b5e2099451 (diff) | |
download | afl++-4bcea7b31fcaa9265a1e3f05e5d67d30b32bb32c.tar.gz |
adapt to afl-cmin with forkserver_mode (and stdin)
Diffstat (limited to 'test/test.sh')
-rwxr-xr-x | test/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh index 69b89661..a2f2ab53 100755 --- a/test/test.sh +++ b/test/test.sh @@ -150,7 +150,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" && { } echo 000000000000000000000000 > in/in2 mkdir -p in2 - ../afl-cmin -i in -o in2 -- ./test-instr.plain @@ >/dev/null + ../afl-cmin -i in -o in2 -- ./test-instr.plain >/dev/null CNT=`ls in2/ | wc -l` case "$CNT" in *1) $ECHO "$GREEN[+] afl-cmin correctly minimized the number of testcases" ;; @@ -256,7 +256,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" || { echo 000000000000000000000000 > in/in2 mkdir -p in2 - ../afl-cmin -i in -o in2 -- ./test-instr.plain @@ >/dev/null + ../afl-cmin -i in -o in2 -- ./test-instr.plain >/dev/null CNT=`ls in2/ | wc -l` case "$CNT" in *1) $ECHO "$GREEN[+] afl-cmin correctly minimized the number of testcases" ;; |