nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at netboot-syslinux-multiplatform 35 lines 1.5 kB view raw
1diff -uNr lighttpd-1.4.71.orig/tests/mod-fastcgi.t lighttpd-1.4.71.new/tests/mod-fastcgi.t 2--- lighttpd-1.4.71.orig/tests/mod-fastcgi.t 2023-05-27 21:56:16.000000000 +0200 3+++ lighttpd-1.4.71.new/tests/mod-fastcgi.t 2023-06-01 07:01:59.789873512 +0200 4@@ -79,7 +79,7 @@ 5 ok($tf->handle_http($t) == 0, 'FastCGI + bin-copy-environment'); 6 7 SKIP: { 8- skip "no crypt-des under openbsd or MS Visual Studio", 2 if $^O eq 'openbsd' || $tf->{'win32native'}; 9+ skip "no crypt-des", 2; 10 11 $t->{REQUEST} = ( <<EOF 12 GET /get-server-env.php?env=REMOTE_USER HTTP/1.0 13diff -uNr lighttpd-1.4.71.orig/tests/request.t lighttpd-1.4.71.new/tests/request.t 14--- lighttpd-1.4.71.orig/tests/request.t 2023-05-27 21:56:16.000000000 +0200 15+++ lighttpd-1.4.71.new/tests/request.t 2023-06-01 07:02:39.855940048 +0200 16@@ -1106,7 +1106,7 @@ 17 ok($tf->handle_http($t) == 0, 'Basic-Auth: Valid Auth-token - plain'); 18 19 SKIP: { 20- skip "no crypt-des under openbsd or MS Visual Studio", 2 if $^O eq 'openbsd' || $tf->{'win32native'}; 21+ skip "no crypt-des", 2; 22 $t->{REQUEST} = ( <<EOF 23 GET /server-config HTTP/1.0 24 Host: auth-htpasswd.example.org 25@@ -1163,9 +1163,7 @@ 26 ok($tf->handle_http($t) == 0, 'Basic-Auth: Valid Auth-token - htpasswd (apr-md5, wrong password)'); 27 28 SKIP: { 29- skip "no crypt-md5 under cygwin", 1 if $^O eq 'cygwin'; 30- skip "no crypt-md5 under darwin", 1 if $^O eq 'darwin'; 31- skip "no crypt-md5 under openbsd",1 if $^O eq 'openbsd'; 32+ skip "no crypt-md5", 1; 33 $t->{REQUEST} = ( <<EOF 34 GET /server-config HTTP/1.0 35 Host: auth-htpasswd.example.org