Skip to content

Commit cca5a35

Browse files
committed
Add h1spec as submodule, failing test
1 parent d5acff9 commit cca5a35

File tree

4 files changed

+5
-269
lines changed

4 files changed

+5
-269
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "fuzzing/seed-corpus"]
88
path = fuzzing/seed-corpus
99
url = https://github.com/uNetworking/seed-corpus.git
10+
[submodule "h1spec"]
11+
path = h1spec
12+
url = https://github.com/uNetworking/h1spec

h1spec

Submodule h1spec added at fcce994

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ smoke:
2828
compliance:
2929
../HelloWorld &
3030
sleep 1
31-
~/.deno/bin/deno run --allow-net http_test.ts localhost 3000
31+
~/.deno/bin/deno run --allow-net ../h1spec/http_test.ts localhost 3000
3232
pkill HelloWorld

tests/http_test.ts

Lines changed: 0 additions & 268 deletions
This file was deleted.

0 commit comments

Comments
 (0)