about summary refs log tree commit diff
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 3b071468..617401eb 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -485,7 +485,7 @@ test -d ../unicorn_mode/unicorn && {
       }
       rm -f errors
 
-      printf '\xbf' > in/in
+      printf '\x01\x01' > in/in
       # This seed is close to the first byte of the comparison.
       # If CompCov works, a new tuple will appear in the map => new input in queue
       $ECHO "$GREY[*] running afl-fuzz for unicorn_mode compcov, this will take approx 35 seconds"