summaryrefslogtreecommitdiff
path: root/tests/prepare.sh
Commit message (Collapse)AuthorAgeFilesLines
* [tests] tests/prepare.sh comment w/ alt build rootGlenn Strauss2023-05-101-1/+4
| | | | | tests will fail to run from an alternate build root on platforms on which cp -n is not supported, such as NetBSD and OpenBSD
* [tests] copy confs for running tests in alt dirGlenn Strauss2023-05-041-0/+6
| | | | copy tests/*.conf for running tests in alternative build dir
* [tests] _WIN32 adjustments in LightyTest.pmGlenn Strauss2023-05-031-3/+0
| | | | separate cygwin paths from Windows native paths
* [tests] adjust outdated opt in tests/lighttpd.confGlenn Strauss2023-02-041-1/+1
| | | | | | adjust outdated setting in tests/lighttpd.conf (modern pdf clients properly handle range requests)
* [tests] revert _WIN32 adjustments in LightyTest.pmGlenn Strauss2022-01-141-0/+3
| | | | This reverts commit c1bc5efe9a2fb424ba432cbe03ea5d1c525519e6.
* [tests] _WIN32 adjustments in LightyTest.pmGlenn Strauss2022-01-111-3/+0
| | | | | | | separate cygwin paths from Windows native paths remove unnecessary variables remove unnecessary file copies
* [tests] mod_ssi tests moved to src/t/test_mod_ssiGlenn Strauss2021-11-121-1/+0
| | | | remove mod_ssi Perl tests now performed by src/t/test_mod_ssi
* [tests] move tests/docroot/www contents up 1 levelGlenn Strauss2021-09-081-5/+5
| | | | | reduce directories under tests (because automake is sloooow and the fewer dirs, the better)
* [tests] t/test_mod_indexfileGlenn Strauss2021-09-081-2/+0
| | | | | | also remove some now-redundant tests from request.t and reduce scripts and directories under tests (because automake is sloooow and the fewer dirs, the better)
* [tests] consolidate some tests/ contentGlenn Strauss2020-12-271-6/+20
|
* [tests] remove FastCGI test dependency on PHPGlenn Strauss2020-12-231-16/+12
|
* [core] coalesce nearby ranges in Range requestsGlenn Strauss2020-10-191-1/+1
| | | | Range requests must be HTTP/1.1 or later (not HTTP/1.0)
* scons: fix check environmentStefan Bühler2020-08-021-0/+2
| | | | | | | if os.environ is a special class the scons.Environment Clone() doesn't work properly. show builddir in prepare.sh so we can actually see it works.
* [tests] some test config cleanupGlenn Strauss2018-12-101-0/+1
| | | | including limiting use of php in tests to mod-fastcgi.t
* [mod_evhost] t/test_mod_evhostGlenn Strauss2018-12-031-5/+1
| | | | | create t/test_mod_evhost to test mod_evhost basic logic remove tests/mod-evhost.t
* [mod_simple_vhost] t/test_mod_simple_vhostGlenn Strauss2018-12-031-2/+0
| | | | | create t/test_mod_simple_vhost to test mod_simple_vhost basic logic remove tests/mod-simplevhost.t, which was not testing mod_simple_vhost
* [mod_evhost] mod-evhost.t tests (#1194)Glenn Strauss2016-10-201-1/+5
| | | | | | | | (thx Daniel-Brandt) x-ref: "Partial matching in mod_evhost patterns" https://redmine.lighttpd.net/issues/1194
* [core] encode path with ENCODING_REL_URI in redirect to directory (fixes ↵Stefan Bühler2015-11-071-39/+42
| | | | | | | | #2661, thx gstrauss) From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3052 152afb58-edef-0310-8abb-c4023f1b3aa9
* [tests] add mod_simplevhost testsStefan Bühler2013-08-301-1/+7
| | | | | | | | * next commit fixes the bug From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2897 152afb58-edef-0310-8abb-c4023f1b3aa9
* [tests] Remove index.html~ from repository, create it on the fly for testsStefan Bühler2009-06-111-2/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2530 152afb58-edef-0310-8abb-c4023f1b3aa9
* check the URL twice, before and after path-info handling. (fixes #1230)Jan Kneschke2007-06-151-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1871 152afb58-edef-0310-8abb-c4023f1b3aa9
* - a few more whitespace cleanupsMarcus Rückert2006-10-051-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1374 152afb58-edef-0310-8abb-c4023f1b3aa9
* the range-request options was not handled at all, added test caseJan Kneschke2005-10-051-1/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@781 152afb58-edef-0310-8abb-c4023f1b3aa9
* detect empty URIs in requests as bad request, status 400Jan Kneschke2005-10-021-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@773 152afb58-edef-0310-8abb-c4023f1b3aa9
* tests for htpasswd + md5 and referer matching in conditionalsJan Kneschke2005-09-161-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@711 152afb58-edef-0310-8abb-c4023f1b3aa9
* allow a stand alone versionJan Kneschke2005-09-141-0/+4
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@708 152afb58-edef-0310-8abb-c4023f1b3aa9
* make 'make distcheck' happy and install files into _build/tests/Jan Kneschke2005-08-291-2/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@645 152afb58-edef-0310-8abb-c4023f1b3aa9
* create empty files for mimetype testingJan Kneschke2005-08-291-3/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@644 152afb58-edef-0310-8abb-c4023f1b3aa9
* run tests in build root (merged #228)Jan Kneschke2005-08-291-3/+6
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@640 152afb58-edef-0310-8abb-c4023f1b3aa9
* added a basic test for mod-ssiJan Kneschke2005-08-231-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@612 152afb58-edef-0310-8abb-c4023f1b3aa9
* user defined variable, compute on parsing: string+string, int+int, ↵Jan Kneschke2005-08-081-0/+1
| | | | | | | | | array+array, var+=expression. "include" sub configuration file. (merged ([308], [309], [306], [305]) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@520 152afb58-edef-0310-8abb-c4023f1b3aa9
* added tests for /prefix + PATH_INFO on check-local = disableJan Kneschke2005-07-281-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@479 152afb58-edef-0310-8abb-c4023f1b3aa9
* converted all tests to run-tests.plJan Kneschke2005-02-281-0/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@56 152afb58-edef-0310-8abb-c4023f1b3aa9
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+35
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@30 152afb58-edef-0310-8abb-c4023f1b3aa9