summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2009-12-09 15:55:09 -0800
committerJan Dubois <jand@activestate.com>2009-12-09 15:55:09 -0800
commit138b66d5b5f1e411a577816b9bf212b6c483bf06 (patch)
tree886e87f93e767e0a0c28c1b372b52dd933851b04
parent0aa6d4a524fe5cbd48c99d293e1d8b643ab0387a (diff)
downloadperl-138b66d5b5f1e411a577816b9bf212b6c483bf06.tar.gz
OS/2 doesn't support inplace editing without backups
-rw-r--r--t/io/inplace.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/inplace.t b/t/io/inplace.t
index ce093148be..2ab5bf78c4 100644
--- 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() );