aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-12-28 11:19:48 +0100
committerLoïc Hoguin <[email protected]>2019-12-28 11:19:48 +0100
commit0ee90079b02a611568cd53c230e5f4186e3bff04 (patch)
treef73935372c81669e2252340c78bfb60757fb7250
parent3b95706c31064e9e56220a6095373fba5bcf4a30 (diff)
downloadcowlib-0ee90079b02a611568cd53c230e5f4186e3bff04.tar.gz
cowlib-0ee90079b02a611568cd53c230e5f4186e3bff04.tar.bz2
cowlib-0ee90079b02a611568cd53c230e5f4186e3bff04.zip
Freeze the structured header tests to a particular commit
Since the spec is still evolving quite a bit and we are following draft numbers (and not the editor's draft) we should use the test suite from that draft.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ce8c2cc..78fa01c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) base32 horse proper jsx \
dep_base32 = git https://github.com/dnsimple/base32_erlang master
dep_horse = git https://github.com/ninenines/horse.git master
dep_jsx = git https://github.com/talentdeficit/jsx v2.10.0
-dep_structured-header-tests = git https://github.com/httpwg/structured-header-tests master
+dep_structured-header-tests = git https://github.com/httpwg/structured-header-tests e614583397e7f65e0082c0fff3929f32a298b9f2
dep_uritemplate-tests = git https://github.com/uri-templates/uritemplate-test master
# CI configuration.