summaryrefslogtreecommitdiff
path: root/tests/cgiapp_data/ok.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cgiapp_data/ok.cgi')
-rwxr-xr-xtests/cgiapp_data/ok.cgi6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cgiapp_data/ok.cgi b/tests/cgiapp_data/ok.cgi
new file mode 100755
index 0000000..8b8eb29
--- /dev/null
+++ b/tests/cgiapp_data/ok.cgi
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+print 'Content-type: text/html; charset=UTF-8'
+print 'Status: 200 Okay'
+print
+print 'This is the body'