--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qhttp/webserver/cgi-bin/retrieve_testfile.cgi Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "Content-type: text/plain";
+echo
+cat testfile
+echo "no file retrieved" > testfile