diff options
author | van Hauser <vh@thc.org> | 2020-01-23 11:55:53 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-01-23 11:55:53 +0100 |
commit | 436873a19abe5858e56555db02095f4eb7e6febd (patch) | |
tree | 58946a37605ca4908fc52613be2a60df4f317690 | |
parent | e7c95ebf5a4828b662252b10052a89923dd25030 (diff) | |
download | afl++-436873a19abe5858e56555db02095f4eb7e6febd.tar.gz |
show stderr on afl-cmin test.sh
-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 0ae6fd09..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 > /dev/null 2>&1 + ../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" ;; |