From: Jan Dubois Date: Wed, 9 Dec 2009 23:55:09 +0000 (-0800) Subject: OS/2 doesn't support inplace editing without backups X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=138b66d5b5f1e411a577816b9bf212b6c483bf06;p=p5sagit%2Fp5-mst-13.2.git OS/2 doesn't support inplace editing without backups --- diff --git a/t/io/inplace.t b/t/io/inplace.t index ce09314..2ab5bf7 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() );