summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qhttp/webserver/cgi-bin/retrieve_testfile.cgi
blob: 7896c505cad6524e53c7e52af56666be87178331 (plain)
1
2
3
4
5
6
#!/bin/sh

echo "Content-type: text/plain";
echo
cat testfile
echo "no file retrieved" > testfile