diff options
author | van Hauser <vh@thc.org> | 2020-05-10 15:53:47 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-10 15:53:47 +0200 |
commit | 26fe7a9d669448ed8711c575aecd452ce0fcb00a (patch) | |
tree | 19263144989da10487d0ace5ff67aef4d0b5cbe4 /test | |
parent | 07a0e2caf77c0b7560a2344fe25e197782ad2d9d (diff) | |
download | afl++-26fe7a9d669448ed8711c575aecd452ce0fcb00a.tar.gz |
final code-format fixes, remove test-multiple-mutators when done
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 1caa9985..919d7a9c 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1039,6 +1039,7 @@ test "1" = "`../afl-fuzz | grep -i 'without python' >/dev/null; echo $?`" && { # Clean rm -rf in out errors rm -rf ${CUSTOM_MUTATOR_PATH}/__pycache__/ + rm -f test-multiple-mutators } || { ls . ls ${CUSTOM_MUTATOR_PATH} |