From: Antony Dovgal Date: Fri, 1 May 2009 22:23:27 +0000 (+0000) Subject: fix test X-Git-Tag: php-5.4.0alpha1~191^2~3789 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81eb79c0a8ece4757a2a8f83ad678179a07258c3;p=php fix test --- diff --git a/ext/phar/tests/phar_construct_invalidurl.phpt b/ext/phar/tests/phar_construct_invalidurl.phpt index faac841261..cc1341500a 100644 --- a/ext/phar/tests/phar_construct_invalidurl.phpt +++ b/ext/phar/tests/phar_construct_invalidurl.phpt @@ -24,7 +24,7 @@ try { ?> ===DONE=== --EXPECT-- -Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be created from local files -Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local files +Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be created from local files +Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local files Cannot create phar 'http:/', file extension (or combination) not recognised -===DONE=== \ No newline at end of file +===DONE===