summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qabstractnetworkcache/tests/httpcachetest_etag200.cgi
blob: 630957b4e53ff27460f5466d9e660c9f31550e84 (plain)
1
2
3
4
5
#!/bin/bash
echo "ETag: foo"
echo "Content-type: text/html"
echo ""
echo "Hello World!"