diff options
author | van Hauser <vh@thc.org> | 2020-06-23 18:21:50 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-23 18:21:50 +0200 |
commit | 2b450aeb20c31dc26d84d1429ad10b01af7138d8 (patch) | |
tree | 1291dae8b52d0f362981c722dba8944eb079c290 /test | |
parent | 5f1c0111a6b25e08393bd91bca5cece87beed448 (diff) | |
download | afl++-2b450aeb20c31dc26d84d1429ad10b01af7138d8.tar.gz |
fix test.sh
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 2 |
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' \ |