aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-05-08 10:16:44 +0200
committerhexcoder- <heiko@hexco.de>2021-05-08 10:16:44 +0200
commit62d5bf5f414193f1893900f58b4507b915b67865 (patch)
treeaeb885e80a3156855e7e6f169c4a6c95b89a91bf /test
parent069e61dfc67050154b649ba286552b563b27e9ba (diff)
downloadAFLplusplus-62d5bf5f414193f1893900f58b4507b915b67865.tar.gz
fix new path to custom-mutators
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-custom-mutators.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-custom-mutators.sh b/test/test-custom-mutators.sh
index a5d666ff..5d679a82 100755
--- a/test/test-custom-mutators.sh
+++ b/test/test-custom-mutators.sh
@@ -5,7 +5,7 @@
$ECHO "$BLUE[*] Testing: custom mutator"
test "1" = "`../afl-fuzz | grep -i 'without python' >/dev/null; echo $?`" && {
# normalize path
- CUSTOM_MUTATOR_PATH=$(cd $(pwd)/../utils/custom_mutators;pwd)
+ CUSTOM_MUTATOR_PATH=$(cd $(pwd)/../custom_mutators/examples;pwd)
test -e test-custom-mutator.c -a -e ${CUSTOM_MUTATOR_PATH}/example.c -a -e ${CUSTOM_MUTATOR_PATH}/example.py && {
unset AFL_CC
# Compile the vulnerable program for single mutator