summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh
index eb6afb2b..e9a97265 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -28,11 +28,11 @@ mkdir -p "${tmpdir}/servers/www.example.org/pages/" \
"${tmpdir}/cache/compress/"
# copy everything into the right places
-cp "${srcdir}/docroot/www/"*.html \
- "${srcdir}/docroot/www/"*.pl \
- "${srcdir}/docroot/www/"*.fcgi \
- "${srcdir}/docroot/www/"*.shtml \
- "${srcdir}/docroot/www/"*.txt \
+cp "${srcdir}/docroot/"*.html \
+ "${srcdir}/docroot/"*.pl \
+ "${srcdir}/docroot/"*.fcgi \
+ "${srcdir}/docroot/"*.shtml \
+ "${srcdir}/docroot/"*.txt \
"${tmpdir}/servers/www.example.org/pages/"
cp "${srcdir}/lighttpd.user" "${tmpdir}/"
cp "${srcdir}/lighttpd.htpasswd" "${tmpdir}/"