about summary refs log tree commit diff
path: root/test/test-custom-mutators.sh
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-05-09 22:41:11 +0200
committerDominik Maier <domenukk@gmail.com>2021-05-09 22:41:11 +0200
commit7e0000021c8e456301bb861438752e0fe884660e (patch)
treebe6132b331b04ced83283770e3574fdb729eae92 /test/test-custom-mutators.sh
parentde69ba01bae87ad5e1cbfa63641d64fe73e755dd (diff)
parent6c20d54b23f9a49ca65a4b2f786b6be1a2f51105 (diff)
downloadafl++-7e0000021c8e456301bb861438752e0fe884660e.tar.gz
Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'test/test-custom-mutators.sh')
-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