Force bash for fuzz tests

Change-Id: I73777b3285354d26a65b70665967d6f82d6a4db4
This commit is contained in:
Vincent Rabaud
2025-11-28 09:52:32 +01:00
parent 770ca097e7
commit 4fc426c461

View File

@@ -70,7 +70,7 @@ for fuzz_main_file in $FUZZ_TEST_BINARIES_OUT_PATHS; do
TARGET_FUZZER="${fuzz_basename}@$fuzz_entrypoint"
# Write executer script
cat << EOF > $OUT/$TARGET_FUZZER
#!/bin/sh
#!/bin/bash
# LLVMFuzzerTestOneInput for fuzzer detection.
this_dir=\$(dirname "\$0")
export TEST_DATA_DIRS=\$this_dir/corpus