projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0aa6d4a
)
OS/2 doesn't support inplace editing without backups
Jan Dubois [Wed, 9 Dec 2009 23:55:09 +0000 (15:55 -0800)]
t/io/inplace.t
patch
|
blob
|
blame
|
history
diff --git
a/t/io/inplace.t
b/t/io/inplace.t
index
ce09314
..
2ab5bf7
100644
(file)
--- a/
t/io/inplace.t
+++ b/
t/io/inplace.t
@@
-37,7
+37,7
@@
SKIP:
{
# based on code, dosish and epoc systems can't do no-backup inplace
# edits
- $^O =~ /^(MSWin32|cygwin|uwin|dos|epoc)$/
+ $^O =~ /^(MSWin32|cygwin|uwin|dos|epoc|os2)$/
and skip("Can't inplace edit without backups on $^O", 4);
our @ifiles = ( tempfile(), tempfile(), tempfile() );