summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-10-20 14:22:46 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-10-20 14:22:46 -0400
commit75040e9988c2b06d181b76e7548787a3da869643 (patch)
tree908c005e5c929d9d6fe9b0e850f62bf99dd512f3 /tests/prepare.sh
parenta3bba43b301ff03200599d0cff6a04bfbc305909 (diff)
downloadlighttpd-git-75040e9988c2b06d181b76e7548787a3da869643.tar.gz
[mod_evhost] mod-evhost.t tests (#1194)
(thx Daniel-Brandt) x-ref: "Partial matching in mod_evhost patterns" https://redmine.lighttpd.net/issues/1194
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh
index 2a0f2537..306d1ce6 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -23,6 +23,8 @@ mkdir -p "${tmpdir}/servers/www.example.org/pages/indexfile/"
mkdir -p "${tmpdir}/servers/123.example.org/pages/"
mkdir -p "${tmpdir}/servers/a.example.org/pages/a/"
mkdir -p "${tmpdir}/servers/b.example.org/pages/b/"
+mkdir -p "${tmpdir}/servers/evhost/e/v/evhost1/pages"
+mkdir -p "${tmpdir}/servers/evhost/evhost2/pages"
mkdir -p "${tmpdir}/logs/"
mkdir -p "${tmpdir}/cache/"
mkdir -p "${tmpdir}/cache/compress/"
@@ -52,7 +54,9 @@ touch "${tmpdir}/servers/www.example.org/pages/image.jpg" \
"${tmpdir}/servers/www.example.org/pages/a" \
"${tmpdir}/servers/www.example.org/pages/index.html~" \
"${tmpdir}/servers/a.example.org/pages/a/a.html" \
- "${tmpdir}/servers/b.example.org/pages/b/b.html"
+ "${tmpdir}/servers/b.example.org/pages/b/b.html" \
+ "${tmpdir}/servers/evhost/e/v/evhost1/pages/index.html" \
+ "${tmpdir}/servers/evhost/evhost2/pages/index.html"
echo "12345" > "${tmpdir}/servers/www.example.org/pages/range.pdf"
printf "%-40s" "preparing infrastructure"