From 8917210760260d07063904c7c923710014d92aae Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 31 Oct 2005 02:29:27 +0000 Subject: * test/gdbm/test_gdbm.rb, test/sdbm/test_sdbm.rb (test_s_open_error): skip on Win32/DOS platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/sdbm/test_sdbm.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sdbm/test_sdbm.rb') diff --git a/test/sdbm/test_sdbm.rb b/test/sdbm/test_sdbm.rb index 17b3d3c4e7..8789d719dd 100644 --- a/test/sdbm/test_sdbm.rb +++ b/test/sdbm/test_sdbm.rb @@ -118,6 +118,7 @@ class TestSDBM < Test::Unit::TestCase end def test_s_open_error + return if /(ms|bcc)win|mingw|djgpp/ =~ RUBY_PLATFORM assert_instance_of(SDBM, sdbm = SDBM.open("tmptest_sdbm", 0)) assert_raise(Errno::EACCES) { SDBM.open("tmptest_sdbm", 0) -- cgit v1.2.3