]> granicus.if.org Git - php/commitdiff
fix test for real
authorAntony Dovgal <tony2001@php.net>
Thu, 8 Jan 2009 22:02:53 +0000 (22:02 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 8 Jan 2009 22:02:53 +0000 (22:02 +0000)
ext/zip/tests/bug11216.phpt

index 10957fa04b21e5ddb865934ed7adbdedb5e5c36a..7601e6af85a86d583588d0eca0c2f01091e963d7 100644 (file)
@@ -15,14 +15,14 @@ var_dump($archive->addEmptyDir('test'));
 $archive->close();
 unlink('__test.zip');
 ?>
---EXPECT--
+--EXPECTF--
 bool(true)
 ZipArchive Object
 (
     [status] => 0
     [statusSys] => 0
     [numFiles] => 1
-    [filename] => %s 
+    [filename] => %s
     [comment] => 
 )
 bool(false)