diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-02-03 19:35:02 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-02-03 19:35:02 +0100 |
commit | acaf99cd0585a8ebec100a4dc62225e1acec9f5c (patch) | |
tree | bacc641966372f470bb653d375ec93b02c0144ca /test | |
parent | e2f6114839960e92bb352bee5099faae99317d62 (diff) | |
download | afl++-acaf99cd0585a8ebec100a4dc62225e1acec9f5c.tar.gz |
Revert "Revert "adapt to new afl-ahowmap with forkserver mode""
This reverts commit e2f6114839960e92bb352bee5099faae99317d62.
Diffstat (limited to 'test')
-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 79cba57a..69b89661 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" ;; |