Skip to content

Commit a00fd4a

Browse files
committed
Fix message order in test.
1 parent 78613d4 commit a00fd4a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
16 Bytes
Binary file not shown.

ext/standard/tests/file/unlink_error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ bool(false)
101101

102102
-- Testing unlink() on directory --
103103

104-
Warning: unlink(): %r(Is a directory |)%r(%s/unlink_error)%r(| Operation not permitted)%r in %s on line %d
104+
Warning: unlink(): %r(|Operation not permitted )%r(%s/unlink_error)%r( Is a directory|)%r in %s on line %d
105105
bool(false)
106106
Done

ext/standard/tests/file/unlink_variation10.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ directory unlinked
102102

103103
--- try to unlink a directory ---
104104

105-
Warning: unlink(): %r(Is a directory |)%r(unlinkVar10.tmp/linkme.tmp)%r(| Operation not permitted)%r in %s on line %d
105+
Warning: unlink(): %r(|Operation not permitted )%r(unlinkVar10.tmp/linkme.tmp)%r( Is a directory|)%r in %s on line %d
106106
===DONE===

0 commit comments

Comments
 (0)