Skip to content

Commit aecd74e

Browse files
committed
Suppress unix/windows difference
1 parent 33a4422 commit aecd74e

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

ext/fileinfo/tests/bug61964-mb.phpt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,10 @@ rmdir($dir);
4545
?>
4646
===DONE===
4747
--EXPECTF--
48-
bool(false)
49-
50-
Notice: finfo_open(): read of 8192 bytes failed with errno=21 Is a directory in %sbug61964-mb.php on line %d
48+
bool(false)%A
5149
resource(%d) of type (file_info)
5250
resource(%d) of type (file_info)
53-
bool(false)
54-
55-
Notice: finfo_open(): read of 8192 bytes failed with errno=21 Is a directory in %sbug61964-mb.php on line %d
56-
51+
bool(false)%A
5752
Notice: finfo_open(): Warning: offset `string' invalid in %sbug61964-mb.php on line %d
5853

5954
Notice: finfo_open(): Warning: offset ` Core' invalid in %sbug61964-mb.php on line %d

ext/fileinfo/tests/bug61964.phpt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,10 @@ rmdir($dir);
4545
?>
4646
===DONE===
4747
--EXPECTF--
48-
bool(false)
49-
50-
Notice: finfo_open(): read of 8192 bytes failed with errno=21 Is a directory in %sbug61964.php on line %d
48+
bool(false)%A
5149
resource(%d) of type (file_info)
5250
resource(%d) of type (file_info)
53-
bool(false)
54-
55-
Notice: finfo_open(): read of 8192 bytes failed with errno=21 Is a directory in %sbug61964.php on line %d
56-
51+
bool(false)%A
5752
Notice: finfo_open(): Warning: offset `string' invalid in %sbug61964.php on line %d
5853

5954
Notice: finfo_open(): Warning: offset ` Core' invalid in %sbug61964.php on line %d

0 commit comments

Comments
 (0)