summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-08-26 01:25:19 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-08 15:06:07 -0400
commit18ec4f419ccea116ae1833b27b19087cb21876b5 (patch)
tree9714f070dd79244e02b971da243b41576caef207 /tests/prepare.sh
parent3f0833328c316bc81e36f39a5c4c60341ebbe7b9 (diff)
downloadlighttpd-git-18ec4f419ccea116ae1833b27b19087cb21876b5.tar.gz
[tests] move tests/docroot/www contents up 1 level
reduce directories under tests (because automake is sloooow and the fewer dirs, the better)
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}/"