Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: LayoutTests/http/tests/xmlhttprequest/workers/resources/methods.cgi

Issue 153913005: CGI scripts currently specify a mix of 'perl -w' and 'perl -wT'; fix that. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.cgi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/xmlhttprequest/workers/resources/methods.cgi
diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/resources/methods.cgi b/LayoutTests/http/tests/xmlhttprequest/workers/resources/methods.cgi
index 4413ffe8b61fe3fb9fab6092d414f09dcf2ba3d0..a34c78fb9ad5dead6bd1582b85b3927bb7cad6a4 100755
--- a/LayoutTests/http/tests/xmlhttprequest/workers/resources/methods.cgi
+++ b/LayoutTests/http/tests/xmlhttprequest/workers/resources/methods.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl -wT
print "Content-type: text/plain\n";
print "Content-Length: 0\n";
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.cgi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698