diff options
Diffstat (limited to 'tools/fuzzer/runners/http_response_fuzzer_test.sh')
-rw-r--r-- | tools/fuzzer/runners/http_response_fuzzer_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fuzzer/runners/http_response_fuzzer_test.sh b/tools/fuzzer/runners/http_response_fuzzer_test.sh index f747739ae2..01da66d136 100644 --- a/tools/fuzzer/runners/http_response_fuzzer_test.sh +++ b/tools/fuzzer/runners/http_response_fuzzer_test.sh @@ -42,4 +42,4 @@ then flags="-use_traces=1 $flags" fi -bins/$config/http_response_fuzzer_test $flags fuzzer_output test/core/http/corpus +bins/$config/http_response_fuzzer_test $flags fuzzer_output test/core/http/response_corpus |