summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-08-25 21:57:42 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-08 15:06:07 -0400
commitca2898f67896be77d4556c85a536975319a99dee (patch)
treea16f8896e23536fb72d3341204aed0fc63278e92 /tests/prepare.sh
parent7a21b3856e30d307934a286c2b70aa9455820e68 (diff)
downloadlighttpd-git-ca2898f67896be77d4556c85a536975319a99dee.tar.gz
[tests] t/test_mod_indexfile
also remove some now-redundant tests from request.t and reduce scripts and directories under tests (because automake is sloooow and the fewer dirs, the better)
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh
index 053b85c7..eb6afb2b 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -20,7 +20,6 @@ mkdir -p "${tmpdir}/servers/www.example.org/pages/" \
"${tmpdir}/servers/www.example.org/pages/dummydir/" \
"${tmpdir}/servers/www.example.org/pages/~test รค_/" \
"${tmpdir}/servers/www.example.org/pages/expire/" \
- "${tmpdir}/servers/www.example.org/pages/indexfile/" \
"${tmpdir}/servers/123.example.org/pages/" \
"${tmpdir}/servers/a.example.org/pages/a/" \
"${tmpdir}/servers/b.example.org/pages/b/" \
@@ -35,7 +34,6 @@ cp "${srcdir}/docroot/www/"*.html \
"${srcdir}/docroot/www/"*.shtml \
"${srcdir}/docroot/www/"*.txt \
"${tmpdir}/servers/www.example.org/pages/"
-cp "${srcdir}/docroot/www/indexfile/"*.pl "${tmpdir}/servers/www.example.org/pages/indexfile/"
cp "${srcdir}/lighttpd.user" "${tmpdir}/"
cp "${srcdir}/lighttpd.htpasswd" "${tmpdir}/"
cp "${srcdir}/var-include-sub.conf" "${tmpdir}/../"