summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttp/webserver/cgi-bin/store_testfile.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhttp/webserver/cgi-bin/store_testfile.cgi')
-rwxr-xr-xtests/auto/qhttp/webserver/cgi-bin/store_testfile.cgi6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qhttp/webserver/cgi-bin/store_testfile.cgi b/tests/auto/qhttp/webserver/cgi-bin/store_testfile.cgi
new file mode 100755
index 0000000000..e950f2af04
--- /dev/null
+++ b/tests/auto/qhttp/webserver/cgi-bin/store_testfile.cgi
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "Content-type: text/plain";
+echo
+echo "file stored under 'testfile'"
+cat > testfile