diff options
author | Adam Harvey <aharvey@php.net> | 2014-06-11 00:22:13 +0000 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2014-06-11 00:22:13 +0000 |
commit | f79f3ac1842f812479d49f84f2716480d020594c (patch) | |
tree | 018fc8ba94ad23978fbb480c312e254c5aa11fff | |
parent | c12f832479a1722f103a7fd282f77f389702b5bf (diff) | |
download | php-git-f79f3ac1842f812479d49f84f2716480d020594c.tar.gz |
Fix broken test.
-rw-r--r-- | sapi/cli/tests/bug61977.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/tests/bug61977.phpt b/sapi/cli/tests/bug61977.phpt index 09a6ba6d23..6250c9aec0 100644 --- a/sapi/cli/tests/bug61977.phpt +++ b/sapi/cli/tests/bug61977.phpt @@ -48,7 +48,7 @@ foo.html => Content-Type: text/html; charset=UTF-8 foo.htm => Content-Type: text/html; charset=UTF-8 foo.svg => Content-Type: image/svg+xml foo.css => Content-Type: text/css; charset=UTF-8 -foo.js => Content-Type: text/javascript; charset=UTF-8 +foo.js => Content-Type: application/javascript foo.png => Content-Type: image/png foo.webm => Content-Type: video/webm foo.ogv => Content-Type: video/ogg |