diff options
Diffstat (limited to 'tests/docroot')
-rw-r--r-- | tests/docroot/123/100.txt | 10 | ||||
-rw-r--r-- | tests/docroot/123/Makefile.am | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/tests/docroot/123/100.txt b/tests/docroot/123/100.txt new file mode 100644 index 00000000..c4782fd3 --- /dev/null +++ b/tests/docroot/123/100.txt @@ -0,0 +1,10 @@ +123456789 +123456789 +123456789 +123456789 +123456789 +123456789 +123456789 +123456789 +123456789 +abcdefghi diff --git a/tests/docroot/123/Makefile.am b/tests/docroot/123/Makefile.am index e998042e..f77f883a 100644 --- a/tests/docroot/123/Makefile.am +++ b/tests/docroot/123/Makefile.am @@ -1 +1 @@ -EXTRA_DIST=12345.html 12345.txt dummyfile.bla phpinfo.php +EXTRA_DIST=100.txt 12345.html 12345.txt dummyfile.bla phpinfo.php |