about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-23 18:21:50 +0200
committervan Hauser <vh@thc.org>2020-06-23 18:21:50 +0200
commit2b450aeb20c31dc26d84d1429ad10b01af7138d8 (patch)
tree1291dae8b52d0f362981c722dba8944eb079c290 /test
parent5f1c0111a6b25e08393bd91bca5cece87beed448 (diff)
downloadafl++-2b450aeb20c31dc26d84d1429ad10b01af7138d8.tar.gz
fix test.sh
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 4430b5ac..109f21cc 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -23,7 +23,7 @@ else
 fi
 
 test_compcov_binary_functionality() {
-  RUN="../afl-showmap -o /dev/null -- $1"
+  RUN="../afl-showmap -m ${MEM_LIMIT} -o /dev/null -- $1"
   $RUN 'LIBTOKENCAP' | grep 'your string was LIBTOKENCAP' \
     && $RUN 'BUGMENOT' | grep 'your string was BUGMENOT' \
     && $RUN 'BANANA' | grep 'your string started with BAN' \