Chromium Code Reviews| Index: LayoutTests/http/tests/cache/resources/echo-no-store.cgi |
| diff --git a/LayoutTests/http/tests/cache/resources/echo-no-store.cgi b/LayoutTests/http/tests/cache/resources/echo-no-store.cgi |
| index 57577bf518a4c6b2ee13fd82ceb94388ba068d97..aa8de54192e020cd58d928cf9dae37cbe6367582 100755 |
| --- a/LayoutTests/http/tests/cache/resources/echo-no-store.cgi |
| +++ b/LayoutTests/http/tests/cache/resources/echo-no-store.cgi |
| @@ -1,4 +1,4 @@ |
| -#!/usr/bin/perl -w |
| +#!/usr/bin/perl -wT |
| print "Content-type: text/plain\n"; |
| print "Cache-control: no-store\n"; |