diff options
author | aarnav <aarnavbos@gmail.com> | 2024-08-14 13:45:10 +0200 |
---|---|---|
committer | aarnav <aarnavbos@gmail.com> | 2024-08-14 13:45:10 +0200 |
commit | db84f75a813345783993285fa2780885a70c46a6 (patch) | |
tree | 5c71882055f21e182ac47f40a15fc47f7161a761 | |
parent | 91110354950ff36bb6c7cb10b71d2540c7756d98 (diff) | |
download | afl++-db84f75a813345783993285fa2780885a70c46a6.tar.gz |
remove deprecated -d option in unicorn CI test
-rwxr-xr-x | test/test-unicorn-mode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-unicorn-mode.sh b/test/test-unicorn-mode.sh index 99bfebdc..9a290bb5 100755 --- a/test/test-unicorn-mode.sh +++ b/test/test-unicorn-mode.sh @@ -34,7 +34,7 @@ test -d ../unicorn_mode/unicornafl -a -e ../unicorn_mode/unicornafl/Makefile && cd ../unicorn_mode/samples/persistent make >>errors 2>&1 $ECHO "$GREY[*] running afl-fuzz for unicorn_mode (persistent), this will take approx 25 seconds" - AFL_DEBUG_CHILD=1 ../../../afl-fuzz -m none -V15 -U -i sample_inputs -o out -d -- ./harness @@ >>errors 2>&1 + AFL_DEBUG_CHILD=1 ../../../afl-fuzz -m none -V15 -U -i sample_inputs -o out -- ./harness @@ >>errors 2>&1 test -n "$( ls out/default/queue/id:000006* 2>/dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with unicorn_mode (persistent)" } || { |