about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraarnav <aarnavbos@gmail.com>2024-08-14 13:44:23 +0200
committeraarnav <aarnavbos@gmail.com>2024-08-14 13:44:44 +0200
commit91110354950ff36bb6c7cb10b71d2540c7756d98 (patch)
tree54997911485ecb7c86e988122c7b8916ac4b3598
parentd78a8698e48dadaac4f0763d9375346639d48203 (diff)
downloadafl++-91110354950ff36bb6c7cb10b71d2540c7756d98.tar.gz
fix incorrect check for unicorn CI
-rwxr-xr-xtest/test-unicorn-mode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-unicorn-mode.sh b/test/test-unicorn-mode.sh
index 338c5982..99bfebdc 100755
--- a/test/test-unicorn-mode.sh
+++ b/test/test-unicorn-mode.sh
@@ -35,7 +35,7 @@ test -d ../unicorn_mode/unicornafl -a -e ../unicorn_mode/unicornafl/Makefile &&
       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
-      test -n "$( ls out/default/queue/id:000002* 2>/dev/null )" && {
+      test -n "$( ls out/default/queue/id:000006* 2>/dev/null )" && {
         $ECHO "$GREEN[+] afl-fuzz is working correctly with unicorn_mode (persistent)"
       } || {
         echo CUT------------------------------------------------------------------CUT