From: Greg Beaver Date: Fri, 14 Dec 2007 18:37:49 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_2_0_0a1~1169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=052dcfcbae3a1449e66fccd349343b3a7d72192c;p=php fix test --- diff --git a/ext/phar/tests/026.phpt b/ext/phar/tests/026.phpt index 606fa40ee0..5cb72e8aab 100755 --- a/ext/phar/tests/026.phpt +++ b/ext/phar/tests/026.phpt @@ -11,10 +11,10 @@ $pname = 'phar://' . $fname; $file = ""; $files = array(); -$files['a.php'] = ''; -$files['b.php'] = ''; -$files['b/c.php'] = ''; -$files['b/d.php'] = ''; +$files['a.php'] = ''; +$files['b.php'] = ''; +$files['b/c.php'] = ''; +$files['b/d.php'] = ''; $files['e.php'] = ''; include 'phar_test.inc';