summaryrefslogtreecommitdiff
path: root/tests/core-404-handler.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core-404-handler.t')
-rwxr-xr-xtests/core-404-handler.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core-404-handler.t b/tests/core-404-handler.t
index a7259ae7..f292b4c4 100755
--- a/tests/core-404-handler.t
+++ b/tests/core-404-handler.t
@@ -73,7 +73,7 @@ $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, 'HTTP-
ok($tf->handle_http($t) == 0, '404 handler => dynamic(nostatus)');
$t->{REQUEST} = ( <<EOF
-GET /send404.pl HTTP/1.0
+GET /cgi.pl?send404 HTTP/1.0
EOF
);
$t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 404, 'HTTP-Content' => "send404\n" } ];