From c1bc5efe9a2fb424ba432cbe03ea5d1c525519e6 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Tue, 11 Jan 2022 01:46:59 -0500 Subject: [tests] _WIN32 adjustments in LightyTest.pm separate cygwin paths from Windows native paths remove unnecessary variables remove unnecessary file copies --- tests/lighttpd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/lighttpd.conf') diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf index f8a064ca..d7a6ece1 100644 --- a/tests/lighttpd.conf +++ b/tests/lighttpd.conf @@ -192,7 +192,7 @@ $HTTP["host"] == "lowercase-exclude" { $HTTP["host"] == "lowercase-auth" { server.force-lowercase-filenames = "enable" auth.backend = "plain" - auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" + auth.backend.plain.userfile = env.SRCDIR + "/lighttpd.user" auth.require = ( "/image.jpg" => ( "method" => "digest", @@ -225,11 +225,11 @@ $HTTP["host"] =~ "^deflate(?:-cache)?\.example\.org$" { $HTTP["host"] =~ "^auth-" { $HTTP["host"] == "auth-htpasswd.example.org" { auth.backend = "htpasswd" - auth.backend.htpasswd.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.htpasswd" + auth.backend.htpasswd.userfile = env.SRCDIR + "/lighttpd.htpasswd" } $HTTP["host"] == "auth-plain.example.org" { auth.backend = "plain" - auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user" + auth.backend.plain.userfile = env.SRCDIR + "/lighttpd.user" } auth.require = ( "/server-status" => ( -- cgit v1.2.1