X-Git-Url: https://git.tld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=test-port-setup.patch;fp=test-port-setup.patch;h=0000000000000000000000000000000000000000;hp=3578e171cb0a45df003acd7a7a255f8d71d876de;hb=79fe78f5ef198f8af6678f7004fd1c20d1294d02;hpb=47a46b80631467d42e733372908dc1e706330f17 diff --git a/test-port-setup.patch b/test-port-setup.patch deleted file mode 100644 index 3578e17..0000000 --- a/test-port-setup.patch +++ /dev/null @@ -1,15 +0,0 @@ - -TODO: upstream it: -https://github.com/lighttpd/lighttpd1.4/pull/69 - ---- lighttpd-1.4.56/tests/LightyTest.pm~ 2020-11-30 00:32:01.000000000 +0200 -+++ lighttpd-1.4.56/tests/LightyTest.pm 2020-11-30 08:31:44.175860280 +0200 -@@ -81,7 +81,7 @@ - if (exists $ENV{LIGHTTPD_EXE_PATH}) { - $self->{LIGHTTPD_PATH} = $ENV{LIGHTTPD_EXE_PATH}; - } -- $self->{PORT} = 2048; -+ $self->{PORT} = $ENV{LIGHTTPD_TEST_PORT} ? int($ENV{LIGHTTPD_TEST_PORT}) : 2048; - - my ($name, $aliases, $addrtype, $net) = gethostbyaddr(inet_aton("127.0.0.1"), AF_INET); -