From 18ec4f419ccea116ae1833b27b19087cb21876b5 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 26 Aug 2021 01:25:19 -0400 Subject: [tests] move tests/docroot/www contents up 1 level reduce directories under tests (because automake is sloooow and the fewer dirs, the better) --- tests/prepare.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/prepare.sh') 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}/" -- cgit v1.2.1