Fix the path for mutagen's corpus (#10133)

This commit is contained in:
Julien Voisin 2023-04-20 18:10:16 +02:00 committed by GitHub
parent 0ff05419be
commit 9cba786762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ for fuzzer in $(find $SRC -name 'fuzz_*.py'); do
compile_python_fuzzer $fuzzer
done
zip -j $OUT/files_fuzzer_seed_corpus.zip tests/data/*
zip -j $OUT/fuzz_parser_seed_corpus.zip tests/data/*