summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
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" \