summaryrefslogtreecommitdiff
path: root/tests/request.t
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2014-01-10 12:05:12 +0000
committerStefan Bühler <stbuehler@web.de>2014-01-10 12:05:12 +0000
commitd7c90814c3c1cecefbf7e1866fe3a4950ff8e07b (patch)
tree9724f27ec577e10f442f4f0138571c265a3531c4 /tests/request.t
parent524e0a30a03e7a3e60610a5e8eab1e198806fe8d (diff)
downloadlighttpd-git-d7c90814c3c1cecefbf7e1866fe3a4950ff8e07b.tar.gz
[tests] add cleanup.sh to cmake test runs, reset SLOWREQUEST in request.t
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2932 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/request.t')
-rwxr-xr-xtests/request.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/request.t b/tests/request.t
index 93589751..a1ff4db0 100755
--- a/tests/request.t
+++ b/tests/request.t
@@ -412,6 +412,7 @@ EOF
$t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, 'HTTP-Content' => '12345'."\n", 'Content-Type' => 'text/plain' } ];
$t->{SLOWREQUEST} = 1;
ok($tf->handle_http($t) == 0, 'GET, slow \\r\\n\\r\\n (#2105)');
+undef $t->{SLOWREQUEST};
print "\nPathinfo for static files\n";
$t->{REQUEST} = ( <<EOF