summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/CMakeLists.txt1
-rwxr-xr-xtests/request.t1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1f7e0978..f09d3acb 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -25,6 +25,7 @@ SET(T_FILES
mod-userdir.t
request.t
symlink.t
+ cleanup.sh
)
FOREACH(it ${T_FILES})
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