]> git.pld-linux.org Git - packages/php.git/commitdiff
- fix ext/standard/tests/file/fileinode_variation3.phpt test
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 13 Jun 2010 21:33:31 +0000 (21:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bug-52078-fileinode.patch -> 1.1

bug-52078-fileinode.patch [new file with mode: 0644]

diff --git a/bug-52078-fileinode.patch b/bug-52078-fileinode.patch
new file mode 100644 (file)
index 0000000..f83ce8f
--- /dev/null
@@ -0,0 +1,32 @@
+--- php-5.2.13/ext/standard/tests/file/fileinode_variation3.phpt~      2008-11-25 13:33:41.000000000 +0200
++++ php-5.2.13/ext/standard/tests/file/fileinode_variation3.phpt       2010-06-14 00:23:51.340272864 +0300
+@@ -57,15 +57,15 @@
+ --EXPECTF--
+ *** Testing fileinode() with different notations of file names ***
+ - Iteration 1 -
+-int(%d)
++int(%i)
+ - Iteration 2 -
+ Warning: fileinode(): stat failed for %s//fileinode_variation3/fileinode_variation3.tmp/ in %s on line %d
+ bool(false)
+ - Iteration 3 -
+-int(%d)
++int(%i)
+ - Iteration 4 -
+-int(%d)
++int(%i)
+ - Iteration 5 -
+ Warning: fileinode(): stat failed for %s//fileinode_variation3/*.tmp in %s on line %d
+@@ -75,8 +75,8 @@
+ Warning: fileinode(): stat failed for %s/fileinode_variation3/fileinode*.tmp in %s on line %d
+ bool(false)
+ - Iteration 7 -
+-int(%d)
++int(%i)
+ - Iteration 8 -
+-int(%d)
++int(%i)
+ *** Done ***
This page took 0.039593 seconds and 4 git commands to generate.