Skip to content

Commit 9bd528d

Browse files
committed
Maybe fix this Windows test?
1 parent e4ce282 commit 9bd528d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/tests/file/tempnam_variation7-win32.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ File created in => temp dir
9999
Warning: tempnam() expects parameter 1 to be a valid path, string given in %stempnam_variation7-win32.php on line %d
100100
-- File is not created --
101101

102-
Warning: unlink(): %r(Invalid argument|No such file or directory ())%r in %s on line %d
102+
Warning: unlink(): %r(Invalid argument|No such file or directory)%r () in %s on line %d
103103
-- Iteration 7 --
104104

105105
Warning: tempnam() expects parameter 1 to be a valid path, array given in %s on line %d
106106
-- File is not created --
107107

108-
Warning: unlink(): %r(Invalid argument|No such file or directory ())%r in %s on line %d
108+
Warning: unlink(): %r(Invalid argument|No such file or directory)%r () in %s on line %d
109109
-- Iteration 8 --
110110

111111
Notice: tempnam(): file created in the system's temporary directory in %stempnam_variation7-win32.php on line %d

0 commit comments

Comments
 (0)