Fix 'raw' output test.

pull/7/head
Ferry Boender 5 years ago
parent 943618bf08
commit 66adf2473b
  1. 7
      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

Loading…
Cancel
Save