summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-14 05:21:55 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-14 05:22:33 -0500
commitd1b5f52e96650bb03b6d741be6f5d39ebed660ae (patch)
tree35de73966f7f6c3d64df927c9404026a73aaa7b7 /tests/prepare.sh
parentc1bc5efe9a2fb424ba432cbe03ea5d1c525519e6 (diff)
downloadlighttpd-git-d1b5f52e96650bb03b6d741be6f5d39ebed660ae.tar.gz
[tests] revert _WIN32 adjustments in LightyTest.pm
This reverts commit c1bc5efe9a2fb424ba432cbe03ea5d1c525519e6.
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh
index 598b315e..688f2f54 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -33,6 +33,9 @@ cp "${srcdir}/docroot/"*.html \
"${srcdir}/docroot/"*.fcgi \
"${srcdir}/docroot/"*.txt \
"${tmpdir}/servers/www.example.org/pages/"
+cp "${srcdir}/lighttpd.user" "${tmpdir}/"
+cp "${srcdir}/lighttpd.htpasswd" "${tmpdir}/"
+cp "${srcdir}/var-include-sub.conf" "${tmpdir}/../"
# create some content
touch "${tmpdir}/servers/www.example.org/pages/image.jpg" \