diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-01-23 09:11:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 09:11:35 +0100 |
commit | c490b9aa3694ba9c33ba0657ddd5e19dd979f2ed (patch) | |
tree | ec87ba6eeb5ea5faea3a20551ebee9ab7f79a954 | |
parent | 7e7ab8f5415409fd1bb643f4dfef44c5a3935006 (diff) | |
download | afl++-c490b9aa3694ba9c33ba0657ddd5e19dd979f2ed.tar.gz |
afl-cmin debugging is done now, so suppress stdout messages again (but not stderr)
-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 cc7fe224..3473155f 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 + ../afl-cmin -i in -o in2 -- ./test-instr.plain > /dev/null CNT=`ls in2/ | wc -l` case "$CNT" in 1| *1) $ECHO "$GREEN[+] afl-cmin correctly minimized testcase numbers" ;; |