From 85946541603f4b28c1a314043c5ef5a64ed2259c Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 1 May 2009 22:23:59 +0000 Subject: [PATCH] fix test --- ext/phar/tests/phar_construct_invalidurl.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/phar/tests/phar_construct_invalidurl.phpt b/ext/phar/tests/phar_construct_invalidurl.phpt index faac8412614..cc1341500aa 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===