diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2021-08-26 01:25:19 -0400 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2021-09-08 15:06:07 -0400 |
commit | 18ec4f419ccea116ae1833b27b19087cb21876b5 (patch) | |
tree | 9714f070dd79244e02b971da243b41576caef207 /tests/docroot | |
parent | 3f0833328c316bc81e36f39a5c4c60341ebbe7b9 (diff) | |
download | lighttpd-git-18ec4f419ccea116ae1833b27b19087cb21876b5.tar.gz |
[tests] move tests/docroot/www contents up 1 level
reduce directories under tests
(because automake is sloooow and the fewer dirs, the better)
Diffstat (limited to 'tests/docroot')
-rw-r--r-- | tests/docroot/404.html (renamed from tests/docroot/www/404.html) | 0 | ||||
-rwxr-xr-x | tests/docroot/404.pl (renamed from tests/docroot/www/404.pl) | 0 | ||||
-rw-r--r-- | tests/docroot/Makefile.am | 12 | ||||
-rwxr-xr-x | tests/docroot/cgi.pl (renamed from tests/docroot/www/cgi.pl) | 0 | ||||
-rw-r--r-- | tests/docroot/exec-date.shtml (renamed from tests/docroot/www/exec-date.shtml) | 0 | ||||
-rw-r--r-- | tests/docroot/index.html (renamed from tests/docroot/www/index.html) | 0 | ||||
-rw-r--r-- | tests/docroot/index.txt (renamed from tests/docroot/www/index.txt) | 0 | ||||
-rw-r--r-- | tests/docroot/prefix.fcgi (renamed from tests/docroot/www/prefix.fcgi) | 0 | ||||
-rw-r--r-- | tests/docroot/ssi-include.shtml (renamed from tests/docroot/www/ssi-include.shtml) | 0 | ||||
-rw-r--r-- | tests/docroot/ssi-include.txt (renamed from tests/docroot/www/ssi-include.txt) | 0 | ||||
-rw-r--r-- | tests/docroot/ssi.shtml (renamed from tests/docroot/www/ssi.shtml) | 0 | ||||
-rw-r--r-- | tests/docroot/www/Makefile.am | 11 |
12 files changed, 11 insertions, 12 deletions
diff --git a/tests/docroot/www/404.html b/tests/docroot/404.html index ce72e899..ce72e899 100644 --- a/tests/docroot/www/404.html +++ b/tests/docroot/404.html diff --git a/tests/docroot/www/404.pl b/tests/docroot/404.pl index eb5df2ee..eb5df2ee 100755 --- a/tests/docroot/www/404.pl +++ b/tests/docroot/404.pl diff --git a/tests/docroot/Makefile.am b/tests/docroot/Makefile.am index d86055d8..f99830c7 100644 --- a/tests/docroot/Makefile.am +++ b/tests/docroot/Makefile.am @@ -1,2 +1,12 @@ -SUBDIRS=www GNUMAKEFLAGS=--no-print-directory -s +EXTRA_DIST=\ + 404.html \ + 404.pl \ + cgi.pl \ + exec-date.shtml \ + index.html \ + index.txt \ + prefix.fcgi \ + ssi-include.shtml \ + ssi-include.txt \ + ssi.shtml diff --git a/tests/docroot/www/cgi.pl b/tests/docroot/cgi.pl index 97e00d31..97e00d31 100755 --- a/tests/docroot/www/cgi.pl +++ b/tests/docroot/cgi.pl diff --git a/tests/docroot/www/exec-date.shtml b/tests/docroot/exec-date.shtml index 2c8535bc..2c8535bc 100644 --- a/tests/docroot/www/exec-date.shtml +++ b/tests/docroot/exec-date.shtml diff --git a/tests/docroot/www/index.html b/tests/docroot/index.html index 3c149671..3c149671 100644 --- a/tests/docroot/www/index.html +++ b/tests/docroot/index.html diff --git a/tests/docroot/www/index.txt b/tests/docroot/index.txt index 3c149671..3c149671 100644 --- a/tests/docroot/www/index.txt +++ b/tests/docroot/index.txt diff --git a/tests/docroot/www/prefix.fcgi b/tests/docroot/prefix.fcgi index f091de63..f091de63 100644 --- a/tests/docroot/www/prefix.fcgi +++ b/tests/docroot/prefix.fcgi diff --git a/tests/docroot/www/ssi-include.shtml b/tests/docroot/ssi-include.shtml index 317c6e3a..317c6e3a 100644 --- a/tests/docroot/www/ssi-include.shtml +++ b/tests/docroot/ssi-include.shtml diff --git a/tests/docroot/www/ssi-include.txt b/tests/docroot/ssi-include.txt index 3ea09a82..3ea09a82 100644 --- a/tests/docroot/www/ssi-include.txt +++ b/tests/docroot/ssi-include.txt diff --git a/tests/docroot/www/ssi.shtml b/tests/docroot/ssi.shtml index 473c5c65..473c5c65 100644 --- a/tests/docroot/www/ssi.shtml +++ b/tests/docroot/ssi.shtml diff --git a/tests/docroot/www/Makefile.am b/tests/docroot/www/Makefile.am deleted file mode 100644 index 41411e82..00000000 --- a/tests/docroot/www/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -EXTRA_DIST=\ - 404.html \ - 404.pl \ - cgi.pl \ - exec-date.shtml \ - index.html \ - index.txt \ - prefix.fcgi \ - ssi-include.shtml \ - ssi-include.txt \ - ssi.shtml |