Chromium Code Reviews| Index: LayoutTests/http/tests/misc/resources/slow-async-script.cgi |
| diff --git a/LayoutTests/http/tests/misc/resources/slow-async-script.cgi b/LayoutTests/http/tests/misc/resources/slow-async-script.cgi |
| index 94ec4e71e5e8e532a78d92c622d5a6e03068bbbc..2ecb37a4472ce463221e1a10e74ada63c4bfe990 100755 |
| --- a/LayoutTests/http/tests/misc/resources/slow-async-script.cgi |
| +++ b/LayoutTests/http/tests/misc/resources/slow-async-script.cgi |
| @@ -1,4 +1,4 @@ |
| -#!/usr/bin/perl -w |
| +#!/usr/bin/perl -wT |
| print "Content-type: text/javascript\n\n"; |
| sleep(1.0); |