Chromium Code Reviews| 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!"; |