File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,6 @@ bool(false)
101101
102102-- Testing unlink() on directory --
103103
104- Warning: unlink(): %r(\(%s/unlink_error\) Is a directory|Operation not permitted \ (%s/unlink_error\) )%r in %s on line %d
104+ Warning: unlink(): %r(Is a directory |)%r (%s/unlink_error)%r(| Operation not permitted )%r in %s on line %d
105105bool(false)
106106Done
Original file line number Diff line number Diff line change @@ -102,5 +102,5 @@ directory unlinked
102102
103103--- try to unlink a directory ---
104104
105- Warning: unlink(): %r(\(unlinkVar10.tmp/linkme.tmp\) Is a directory|Operation not permitted \ (unlinkVar10.tmp/linkme.tmp\) )%r in %s on line %d
105+ Warning: unlink(): %r(Is a directory |)%r (unlinkVar10.tmp/linkme.tmp)%r(| Operation not permitted )%r in %s on line %d
106106===DONE===
You can’t perform that action at this time.
0 commit comments