about summary refs log tree commit diff
path: root/test/test-gcc-plugin.sh
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-03-26 13:36:31 +0200
committerGitHub <noreply@github.com>2023-03-26 13:36:31 +0200
commit7101192865893e00b9029d0cb898a3ca3015d50b (patch)
treea24bd6696a4df892441be7d88df6413c953bd3bb /test/test-gcc-plugin.sh
parent64fd01d46ca8806cf014b98c4c54412f4e3e81e0 (diff)
parent19f96129109c6394fdc45dfae3885c2d7e08977d (diff)
downloadafl++-7101192865893e00b9029d0cb898a3ca3015d50b.tar.gz
Merge pull request #1682 from AFLplusplus/dev
push to stable
Diffstat (limited to 'test/test-gcc-plugin.sh')
-rwxr-xr-xtest/test-gcc-plugin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-gcc-plugin.sh b/test/test-gcc-plugin.sh
index 95ae9c47..54e6987f 100755
--- a/test/test-gcc-plugin.sh
+++ b/test/test-gcc-plugin.sh
@@ -63,7 +63,7 @@ test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && {
       echo 0 > in/in
       $ECHO "$GREY[*] running afl-fuzz for gcc_plugin, this will take approx 10 seconds"
       {
-        ../afl-fuzz -V10 -m ${MEM_LIMIT} -i in -o out -D -- ./test-instr.plain.gccpi >>errors 2>&1
+        ../afl-fuzz -V07 -m ${MEM_LIMIT} -i in -o out -- ./test-instr.plain.gccpi >>errors 2>&1
       } >>errors 2>&1
       test -n "$( ls out/default/queue/id:000002* 2>/dev/null )" && {
         $ECHO "$GREEN[+] afl-fuzz is working correctly with gcc_plugin"