From: Hleb Valoshka <375gnu@gmail.com>
To: raindrops@librelist.org
Subject: [PATCH 1/2] Add setup and teardown for ipv6 tests
Date: Mon, 9 Sep 2013 22:03:58 +0300 [thread overview]
Message-ID: <1378753439-13495-1-git-send-email-375GNU@Gmail.COM> (raw)
In-Reply-To: <1378753439-13495-1-git-send-email-375GNU@Gmail.COM>
---
test/test_linux_ipv6.rb | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/test/test_linux_ipv6.rb b/test/test_linux_ipv6.rb
index ec08f28..9e8730a 100644
--- a/test/test_linux_ipv6.rb
+++ b/test/test_linux_ipv6.rb
@@ -12,6 +12,14 @@ class TestLinuxIPv6 < Test::Unit::TestCase
TEST_ADDR = ENV["TEST_HOST6"] || "::1"
+ def setup
+ @to_close = []
+ end
+
+ def teardown
+ @to_close.each { |io| io.close unless io.closed? }
+ end
+
def test_tcp
s = TCPServer.new(TEST_ADDR, 0)
port = s.addr[1]
--
1.8.4
next parent reply other threads:[~2013-09-09 19:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-09 19:03 Hleb Valoshka [this message]
2013-09-09 19:03 ` [PATCH 2/2] Return real stats instead of True Hleb Valoshka
2013-09-09 19:20 ` Eric Wong
2013-09-09 19:37 ` Hleb Valoshka
2013-09-09 19:44 ` Eric Wong
2013-09-09 20:35 ` Hleb Valoshka
2013-09-09 22:03 ` Eric Wong
2013-09-10 7:18 ` Hleb Valoshka
2016-02-25 9:54 ` Eric Wong
2014-11-14 3:15 ` [PATCH 1/2] Add setup and teardown for ipv6 tests Eric Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: http://yhbt.net/raindrops/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1378753439-13495-1-git-send-email-375GNU@Gmail.COM \
--to=375gnu@gmail.com \
--cc=raindrops@librelist.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
http://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).