From 96e404860c35860d30faf08bb16c2d5242f5697c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 5 Jun 2023 10:12:39 +0000 Subject: port t0019-max_header_len.sh to Perl 5 This was the final socat requirement for integration tests. I think curl will remain an optional dependency for tests since it's probably the most widely-installed HTTP client. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 5cca189..eab9082 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -125,7 +125,7 @@ $(T_sh): dep $(test_prereq) t/random_blob t/trash/.gitignore t/trash/.gitignore : | t/trash echo '*' >$@ -dependencies := socat curl +dependencies := curl deps := $(addprefix t/.dep+,$(dependencies)) $(deps): dep_bin = $(lastword $(subst +, ,$@)) $(deps): -- cgit v1.2.3-24-ge0c7