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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/hello-world.cgi

Issue 155173003: checkpoint unix version of apache win32 patch. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-daemonize apache on unix 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/hello-world.cgi
diff --git a/LayoutTests/http/tests/xmlhttprequest/hello-world.cgi b/LayoutTests/http/tests/xmlhttprequest/hello-world.cgi
index 66ac3d5b76a2c2e9be182915394c99c688fa9d82..a1e012b2535666bd1c58e9ffac56d0160a9b6c4d 100755
--- a/LayoutTests/http/tests/xmlhttprequest/hello-world.cgi
+++ b/LayoutTests/http/tests/xmlhttprequest/hello-world.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl -wT
print "Content-type: text/plain\n\n";
print "Hello World!";
« no previous file with comments | « LayoutTests/http/tests/webfont/slow-ahem-loading.cgi ('k') | LayoutTests/http/tests/xmlhttprequest/interactive-state.cgi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698