SHA256
1
0
forked from pool/apache2
apache2/apache-test-DirectorySlash-NotFound-logic.patch
Petr Gajdos 7ee7d2c634 - httpd-framework updated to svn1894461
- added patches
  fix reverted logic, DirectorySlash NotFound is available in trunk only
  + apache-test-DirectorySlash-NotFound-logic.patch
- do not consider php tests, they do not run anyway

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=659
2021-11-24 11:09:35 +00:00

20 lines
522 B
Diff

--- a/httpd-framework/t/modules/dir.t.orig 2021-11-24 10:37:58.688525957 +0000
+++ b/httpd-framework/t/modules/dir.t 2021-11-24 10:38:15.568621991 +0000
@@ -98,12 +98,12 @@ $res = GET "/modules/dir/htaccess", redi
ok ($res->code == 403);
if (have_min_apache_version('2.5.1')) {
- skip("missing DirectorySlash NotFound");
-}
-else {
$res = GET "/modules/dir/htaccess/sub1", redirect_ok => 0;
ok ($res->code == 404);
}
+else {
+ skip("missing DirectorySlash NotFound");
+}
sub write_htaccess {