Skip to content

Commit 94bc6da

Browse files
committed
fix wrong path in fuzzing setup
1 parent b77183b commit 94bc6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clean: reset
2626

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

0 commit comments

Comments
 (0)