From 37f75ad0c4a5a9a669aa67fa5434a0cc615bb319 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 27 May 2010 05:47:21 +0000 Subject: * test/sdbm/test_sdbm.rb (test_s_open_error): doesn't support to avoid read access by owner on Windows git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/sdbm/test_sdbm.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sdbm/test_sdbm.rb b/test/sdbm/test_sdbm.rb index b94e198e95..f020166233 100644 --- a/test/sdbm/test_sdbm.rb +++ b/test/sdbm/test_sdbm.rb @@ -120,6 +120,7 @@ class TestSDBM < Test::Unit::TestCase end def test_s_open_error + skip "doesn't support to avoid read access by owner on Windows" if /mswin|mingw/ =~ RUBY_PLATFORM assert_instance_of(SDBM, sdbm = SDBM.open("#{@tmpdir}/#{@prefix}", 0)) assert_raise(Errno::EACCES) { SDBM.open("#{@tmpdir}/#{@prefix}", 0) -- cgit v1.2.3