about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-01-17 16:01:44 +0100
committerhexcoder- <heiko@hexco.de>2020-01-17 16:01:44 +0100
commit7c0704b30c85b5fdaba582bfb4299623c255f498 (patch)
tree43ecca0906b6356815eab84b6bef2bf08d9e30d7
parent3671d7eb8a9dddc5be29ae5e3d4ba7669a898e53 (diff)
downloadafl++-7c0704b30c85b5fdaba582bfb4299623c255f498.tar.gz
use default memory limit for afl-tmin (again) in test.sh, fix it in afl-tmin
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index c763e91f..8f40773c 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -158,7 +158,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" && {
        CODE=1
        ;;
     esac
-    ../afl-tmin -m200 -i in/in2 -o in2/in2 -- ./test-instr.plain > /dev/null 2>&1
+    ../afl-tmin -i in/in2 -o in2/in2 -- ./test-instr.plain > /dev/null 2>&1
     SIZE=`ls -l in2/in2 2> /dev/null | awk '{print$5}'`
     test "$SIZE" = 1 && $ECHO "$GREEN[+] afl-tmin correctly minimized the testcase"
     test "$SIZE" = 1 || {