mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 05:23:43 +00:00
fix test.sh
This commit is contained in:
@ -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' \
|
||||||
|
Reference in New Issue
Block a user