blob f02b48ff014975bc4603b0038cab795d11fa338f 219 bytes (raw)
name: test/ipv6_enabled.rb # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
| | def ipv6_enabled?
tmp = TCPServer.new(ENV["TEST_HOST6"] || '::1', 0)
tmp.close
true
rescue => e
warn "skipping IPv6 tests, host does not seem to be IPv6 enabled:"
warn " #{e.class}: #{e}"
false
end
|
debug log:
solving f02b48f ...
found f02b48f in https://yhbt.net/raindrops.git/
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://yhbt.net/raindrops.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).