summaryrefslogtreecommitdiff
path: root/tests/run-tests.pl
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2009-11-29 14:13:13 +0000
committerStefan Bühler <stbuehler@web.de>2009-11-29 14:13:13 +0000
commit48fea286515d00c8ea1b3c8dd2eacf5a8dcc9b61 (patch)
tree5d565358f1c2ce6a9eb18ce71f1a0f6042338004 /tests/run-tests.pl
parentb5a76921e4d066fe93985ec5f8968f94bc2fc30c (diff)
downloadlighttpd-git-48fea286515d00c8ea1b3c8dd2eacf5a8dcc9b61.tar.gz
Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2696 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/run-tests.pl')
-rwxr-xr-xtests/run-tests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.pl b/tests/run-tests.pl
index 3650d557..6136eac5 100755
--- a/tests/run-tests.pl
+++ b/tests/run-tests.pl
@@ -17,4 +17,4 @@ while ($f = readdir(DIR)) {
}
}
closedir DIR;
-runtests @fs;
+runtests (sort @fs);