From 18ad8a097cdf84ef3bb3aad11aa2fe51f9f0f967 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 24 Oct 2020 18:08:54 +0200 Subject: [PATCH] travis test --- test/test-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-basic.sh b/test/test-basic.sh index 2a137d52..86c6037d 100755 --- a/test/test-basic.sh +++ b/test/test-basic.sh @@ -102,7 +102,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc $ECHO "$GRAY[*] no bash available, cannot test afl-cmin.bash" } fi - ../afl-tmin -m ${MEM_LIMIT} -i in/in2 -o in2/in2 -- ./test-instr.plain > /dev/null 2>&1 + ../afl-tmin -m ${MEM_LIMIT} -i in/in2 -o in2/in2 -- ./test-instr.plain #> /dev/null 2>&1 SIZE=`ls -l in2/in2 2>/dev/null | awk '{print$5}'` ls -l in2 echo SIZE=$SIZE