From: Raghubansh Kumar Date: Tue, 4 Sep 2007 08:37:51 +0000 (+0000) Subject: fix tests X-Git-Tag: php-5.2.5RC1~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5096c8d2323b7c89d543153fecc966beff347756;p=php fix tests --- diff --git a/ext/standard/tests/file/copy_variation15.phpt b/ext/standard/tests/file/copy_variation15.phpt index 1278116899..315a1a3fc9 100644 --- a/ext/standard/tests/file/copy_variation15.phpt +++ b/ext/standard/tests/file/copy_variation15.phpt @@ -2,8 +2,8 @@ Test copy() function: usage variations - destination dir access perms --SKIPIF-- --FILE-- --FILE-- --CLEAN-- @@ -53,30 +42,9 @@ rmdir($dir_name); --EXPECTF-- *** Testing fileowner(): basic functionality *** -- Testing with the file or directory created by owner -- -array(7) { - ["name"]=> - string(%d) %s - ["passwd"]=> - string(%d) "%s" - ["uid"]=> - int(%d) - ["gid"]=> - int(%d) - ["gecos"]=> - string(%d) %s - ["dir"]=> - string(%d) %s - ["shell"]=> - string(%d) %s -} int(%d) int(%d) int(%d) int(%d) - --- Testing with the standard file or directory -- int(%d) -int(%d) -int(%d) - *** Done ***