summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-11 01:46:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-11 02:53:20 -0500
commitc1bc5efe9a2fb424ba432cbe03ea5d1c525519e6 (patch)
treed4fc11fbfd05c146f3cb56891ca6bbc43d409f55 /tests/prepare.sh
parentfaa134cad58e2fa80554dcd119126fba875c4415 (diff)
downloadlighttpd-git-c1bc5efe9a2fb424ba432cbe03ea5d1c525519e6.tar.gz
[tests] _WIN32 adjustments in LightyTest.pm
separate cygwin paths from Windows native paths remove unnecessary variables remove unnecessary file copies
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh
index 688f2f54..598b315e 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -33,9 +33,6 @@ 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" \