summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qabstractnetworkcache/tests/httpcachetest_cachecontrol200.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/access/qabstractnetworkcache/tests/httpcachetest_cachecontrol200.cgi')
-rwxr-xr-xtests/auto/network/access/qabstractnetworkcache/tests/httpcachetest_cachecontrol200.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/access/qabstractnetworkcache/tests/httpcachetest_cachecontrol200.cgi b/tests/auto/network/access/qabstractnetworkcache/tests/httpcachetest_cachecontrol200.cgi
index e44d5ed570..bc1fdf6b6f 100755
--- a/tests/auto/network/access/qabstractnetworkcache/tests/httpcachetest_cachecontrol200.cgi
+++ b/tests/auto/network/access/qabstractnetworkcache/tests/httpcachetest_cachecontrol200.cgi
@@ -3,7 +3,7 @@ cc=`echo "${QUERY_STRING}" | sed -e s/%20/\ /g`
echo "Status: 200"
echo "Cache-Control: $cc"
echo "Last-Modified: Sat, 31 Oct 1981 06:00:00 GMT"
-echo "Content-type: text/html";
+echo "Content-type: text/html"
echo "X-Script: $0"
echo ""
echo "Hello World!"