From 66adf2473bbbf84ee31258c65fc55fb902048cd7 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Sun, 24 Feb 2019 09:48:13 +0100 Subject: [PATCH] Fix 'raw' output test. --- test/test.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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