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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/resources/get-windows-1251.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
Index: LayoutTests/http/tests/xmlhttprequest/resources/get-windows-1251.cgi
diff --git a/LayoutTests/http/tests/xmlhttprequest/resources/get-windows-1251.cgi b/LayoutTests/http/tests/xmlhttprequest/resources/get-windows-1251.cgi
index 580f6b50c6079f75923f269ab6128bc40c974313..84de31eb82684a847406b955f774839f484ad9f6 100755
--- a/LayoutTests/http/tests/xmlhttprequest/resources/get-windows-1251.cgi
+++ b/LayoutTests/http/tests/xmlhttprequest/resources/get-windows-1251.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl -wT
use utf8;
use Encode 'encode';

Powered by Google App Engine
This is Rietveld 408576698