about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-01-18 16:58:20 +0100
committerhexcoder- <heiko@hexco.de>2020-01-18 16:58:20 +0100
commit08691fcc974a9fcf2df3e926959b21199df7e946 (patch)
treedab12de720a9f2d4f9782effbf439d6ba426eac5
parentdb5d5017155a24cb04bef97a0cf97d45456e7901 (diff)
downloadafl++-08691fcc974a9fcf2df3e926959b21199df7e946.tar.gz
add forgotten stderr redirect
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 5bab0d7a..c770c1b7 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -463,7 +463,7 @@ test -e ../libradamsa.so && {
   else
     export AFL_CC=`$LLVM_CONFIG --bindir`/clang
   fi
-  test -e test-instr.plain || ../afl-clang-fast -o test-instr.plain ../test-instr.c
+  test -e test-instr.plain || ../afl-clang-fast -o test-instr.plain ../test-instr.c > /dev/null 2>&1
   test -e test-instr.plain || ../afl-gcc-fast -o test-instr.plain ../test-instr.c > /dev/null 2>&1
   test -e test-instr.plain || ../${AFL_GCC} -o test-instr.plain ../test-instr.c > /dev/null 2>&1
   test -e test-instr.plain && {