diff options
author | hexcoder- <heiko@hexco.de> | 2020-01-22 21:50:35 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-01-22 21:50:35 +0100 |
commit | c51f89b58e56338a5a430344548d1385432d173e (patch) | |
tree | 07c35daebbd5517ffbea4f16eb20ae6184d1b9e1 /test | |
parent | 9da167dffdc14468d17ac3c1c942e483baf17433 (diff) | |
download | afl++-c51f89b58e56338a5a430344548d1385432d173e.tar.gz |
rectification of vanhauser's fix, made it a bit more robust,
enabled error output for travis debugging
Diffstat (limited to 'test')
-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..cc7fe224 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 CNT=`ls in2/ | wc -l` case "$CNT" in 1| *1) $ECHO "$GREEN[+] afl-cmin correctly minimized testcase numbers" ;; |