diff --git a/test/test.sh b/test/test.sh index 67edffd..e09c2f8 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1,5 +1,8 @@ #!/bin/sh -echo "HTTP/1.1 200 OK" -echo "Content-type: text/plain;" +cat << EOF +HTTP/1.0 200 Ok +echo "Content-type: text/plain" + +EOF env