summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2007-06-15 14:46:17 +0000
committerJan Kneschke <jan@kneschke.de>2007-06-15 14:46:17 +0000
commit022760f07ded9f01b3373fb13e39e3977f818434 (patch)
tree7c4ad96a9be676749c68a271cdb3272519e8b7dd /tests/prepare.sh
parent8b06b122b1c664f2191e6270a96e7705db7ea89c (diff)
downloadlighttpd-git-022760f07ded9f01b3373fb13e39e3977f818434.tar.gz
check the URL twice, before and after path-info handling. (fixes #1230)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1871 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-xtests/prepare.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/prepare.sh b/tests/prepare.sh
index 040b6ee3..900ea16c 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -25,6 +25,7 @@ mkdir -p $tmpdir/cache/compress/
# copy everything into the right places
cp $srcdir/docroot/www/*.html \
$srcdir/docroot/www/*.php \
+ $srcdir/docroot/www/*.html~ \
$srcdir/docroot/www/*.pl \
$srcdir/docroot/www/*.fcgi \
$srcdir/docroot/www/*.shtml \