summaryrefslogtreecommitdiff
path: root/ext/phar/tests/017.phpt
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-04-14 15:58:12 +0000
committerGreg Beaver <cellog@php.net>2008-04-14 15:58:12 +0000
commit2c0e0e1a968c881f8ab89b13823fedfe94a5c2f7 (patch)
treec2a5c46d3d1fbfddebf224c7fb58cd9d4be34280 /ext/phar/tests/017.phpt
parent61a9b7d8eed019b951827ed45e7b1cc77fc1878c (diff)
downloadphp-git-2c0e0e1a968c881f8ab89b13823fedfe94a5c2f7.tar.gz
update tests to ensure all temp files are erased, and to current error messages
Diffstat (limited to 'ext/phar/tests/017.phpt')
-rw-r--r--ext/phar/tests/017.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/phar/tests/017.phpt b/ext/phar/tests/017.phpt
index cc585d870f..ec012eaa11 100644
--- a/ext/phar/tests/017.phpt
+++ b/ext/phar/tests/017.phpt
@@ -22,4 +22,5 @@ $dir = opendir('phar://hio');
--CLEAN--
<?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
--EXPECTF--
-Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must have at least phar://hio/ for root directory (always use full path to a new phar) in %s on line %d
+Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must have at least phar://hio/ for root directory (always use full path to a new phar)
+phar url "phar://hio" is unknown in %s017.php on line %d \ No newline at end of file