mirror of
https://github.com/webmproject/libwebp.git
synced 2025-12-23 21:46:26 +01:00
Force bash for fuzz tests
Change-Id: I73777b3285354d26a65b70665967d6f82d6a4db4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user