aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-24 18:08:54 +0200
committervan Hauser <vh@thc.org>2020-10-24 18:08:54 +0200
commit18ad8a097cdf84ef3bb3aad11aa2fe51f9f0f967 (patch)
treebfb8b23b23a2dcb5aa6e5ac9b863250677b60d04 /test
parentaac0ab8c678599312e5d684cd963ec9efa9d758f (diff)
downloadAFLplusplus-18ad8a097cdf84ef3bb3aad11aa2fe51f9f0f967.tar.gz
travis test
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-basic.sh2
1 files changed, 1 insertions, 1 deletions
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