diff options
Diffstat (limited to 'tests/core.t')
-rwxr-xr-x | tests/core.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core.t b/tests/core.t index d8187dd..6de933c 100755 --- a/tests/core.t +++ b/tests/core.t @@ -123,7 +123,7 @@ ok($tf->handle_http($t) == 0, 'no whitespace'); $t->{REQUEST} = ( <<EOF GET / HTTP/1.0 -ABC:foo +ABC:foo bc EOF ); |