summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/docroot/www/Makefile.am2
-rw-r--r--tests/docroot/www/index.html~0
-rwxr-xr-xtests/prepare.sh4
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/docroot/www/Makefile.am b/tests/docroot/www/Makefile.am
index 3ee4ea23..f535cb25 100644
--- a/tests/docroot/www/Makefile.am
+++ b/tests/docroot/www/Makefile.am
@@ -1,5 +1,5 @@
EXTRA_DIST=cgi.php cgi.pl index.html index.txt phpinfo.php \
redirect.php cgi-pathinfo.pl get-env.php get-server-env.php \
nph-status.pl prefix.fcgi get-header.pl ssi.shtml get-post-len.pl \
- exec-date.shtml index.html~ 404.fcgi 404.html 404.pl send404.pl crlfcrash.pl
+ exec-date.shtml 404.fcgi 404.html 404.pl send404.pl crlfcrash.pl
SUBDIRS=go indexfile expire
diff --git a/tests/docroot/www/index.html~ b/tests/docroot/www/index.html~
deleted file mode 100644
index e69de29b..00000000
--- a/tests/docroot/www/index.html~
+++ /dev/null
diff --git a/tests/prepare.sh b/tests/prepare.sh
index 900ea16c..99fc382a 100755
--- a/tests/prepare.sh
+++ b/tests/prepare.sh
@@ -25,7 +25,6 @@ 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 \
@@ -43,7 +42,8 @@ cp $srcdir/var-include-sub.conf $tmpdir/../
touch $tmpdir/servers/www.example.org/pages/image.jpg \
$tmpdir/servers/www.example.org/pages/image.JPG \
$tmpdir/servers/www.example.org/pages/Foo.txt \
- $tmpdir/servers/www.example.org/pages/a
+ $tmpdir/servers/www.example.org/pages/a \
+ $tmpdir/servers/www.example.org/pages/index.html~
echo "12345" > $tmpdir/servers/www.example.org/pages/range.pdf
printf "%-40s" "preparing infrastructure"