fix test.sh

This commit is contained in:
van Hauser
2020-06-23 18:21:50 +02:00
parent 5f1c0111a6
commit 2b450aeb20

View File

@ -23,7 +23,7 @@ else
fi fi
test_compcov_binary_functionality() { 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 'LIBTOKENCAP' | grep 'your string was LIBTOKENCAP' \
&& $RUN 'BUGMENOT' | grep 'your string was BUGMENOT' \ && $RUN 'BUGMENOT' | grep 'your string was BUGMENOT' \
&& $RUN 'BANANA' | grep 'your string started with BAN' \ && $RUN 'BANANA' | grep 'your string started with BAN' \