Skip to content

Commit

Permalink
fix wrong path in fuzzing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Nov 1, 2024
1 parent b77183b commit 94bc6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ clean: reset

in: Makefile
mkdir -p in
set -e && cat ../tests/custom-html5lib-tests/*.test \
set -e && cat ../tests/custom-html5lib-tests/tokenizer/*.test \
../tests/html5lib-tests/tokenizer/*.test | \
jq -r '(if .tests == null then [] else .tests end) | .[].input | (. + "\nAFL_END\n")' | \
csplit --quiet --suppress-matched --elide-empty-files --prefix in/html5lib-tokenizer-tests- \
Expand Down

0 comments on commit 94bc6da

Please sign in to comment.