about summary refs log tree commit diff
path: root/test/test-llvm.sh
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-04-06 10:10:10 +0200
committervanhauser-thc <vh@thc.org>2022-04-06 10:10:39 +0200
commit3c5edab724f7e067163e85e94077c48894989573 (patch)
treea553b0abf57558c579f2ed63cee1cee276a4de12 /test/test-llvm.sh
parent9887f636ba4350b55bb609b6c4b32f8928883d4e (diff)
downloadafl++-3c5edab724f7e067163e85e94077c48894989573.tar.gz
add cmplog icmp testcase to CI
Diffstat (limited to 'test/test-llvm.sh')
-rwxr-xr-xtest/test-llvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-llvm.sh b/test/test-llvm.sh
index ddbee378..ce64d76c 100755
--- a/test/test-llvm.sh
+++ b/test/test-llvm.sh
@@ -261,7 +261,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
     $ECHO "$GREY[*] running afl-fuzz for llvm_mode cmplog, this will take approx 10 seconds"
     {
       mkdir -p in
-      echo 0000000000000000000000000 > in/in
+      echo 00000000000000000000000000000000 > in/in
       AFL_BENCH_UNTIL_CRASH=1 ../afl-fuzz -m none -V60 -i in -o out -c./test-cmplog -- ./test-cmplog >>errors 2>&1
     } >>errors 2>&1
     test -n "$( ls out/default/crashes/id:000000* out/default/hangs/id:000000* 2>/dev/null )" & {