about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-01-23 10:15:33 +0100
committervan Hauser <vh@thc.org>2020-01-23 10:15:33 +0100
commite7c95ebf5a4828b662252b10052a89923dd25030 (patch)
tree8cee04ce7a4772134543a412cbe54a1a002924da /test
parenta58800b90122f3d612a0badb243d2c1b6fc9c742 (diff)
downloadafl++-e7c95ebf5a4828b662252b10052a89923dd25030.tar.gz
afl-cmin final touches
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 3473155f..0ae6fd09 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 2>&1
     CNT=`ls in2/ | wc -l`
     case "$CNT" in
 1| *1) $ECHO "$GREEN[+] afl-cmin correctly minimized testcase numbers" ;;