blob: 89b7c961f8d24ee894c9c95e4fdd4ad71cfa6872 [file] [log] [blame]
BEGIN {
use Apache::TestUtil;
t_server_log_error_is_expected();
}
# this script sends some body before the error happens,
# so 200 OK is expected, followed by an error
print "Content-type: text/plain\n\n";
print "some body";
print no_such_func();