summaryrefslogtreecommitdiff
path: root/test/socket/test_udp.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-28 20:29:43 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-28 20:29:54 +0900
commit55cdb8b01392848e426521f1589d51dc0fca9608 (patch)
treeac0fd3e483034fb652cc55e808f050cf59dab211 /test/socket/test_udp.rb
parentbab862334313c08ec4f218cb1de1774c9909e3be (diff)
Use omit instead of skip: test/socket/**/*.rb
Diffstat (limited to 'test/socket/test_udp.rb')
-rw-r--r--test/socket/test_udp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/socket/test_udp.rb b/test/socket/test_udp.rb
index f060b65f2c..4b2b7ab976 100644
--- a/test/socket/test_udp.rb
+++ b/test/socket/test_udp.rb
@@ -25,7 +25,7 @@ class TestSocket_UDPSocket < Test::Unit::TestCase
assert_match(/AF_INET6\b/, sock.inspect)
}
rescue Errno::EAFNOSUPPORT
- skip 'AF_INET6 not supported by kernel'
+ omit 'AF_INET6 not supported by kernel'
end
end
end