Fix testOutputRaw test case by sending proper HTTP headers.

pull/7/head
Ferry Boender 8 years ago
parent 69b91760bd
commit 502e862d9b
  1. 2
      test/test.sh

@ -1,3 +1,5 @@
#!/bin/sh
echo "HTTP/1.1 200 OK"
echo "Content-type: text/plain;"
env

Loading…
Cancel
Save