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)
101
101
102
102
-- Testing unlink() on directory --
103
103
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
105
105
bool(false)
106
106
Done
Original file line number Diff line number Diff line change @@ -102,5 +102,5 @@ directory unlinked
102
102
103
103
--- try to unlink a directory ---
104
104
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
106
106
===DONE===
You can’t perform that action at this time.
0 commit comments