raindrops RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* Test suite fix for non-linux users
@ 2011-11-14 18:31 Jeremy Evans
  2011-11-14 21:13 ` Eric Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Evans @ 2011-11-14 18:31 UTC (permalink / raw)
  To: raindrops

Most other linux-specific test files have this, but
test_linux_tcp_info.rb does not.

With this patch, gmake test passes on OpenBSD.

Sorry for not providing a git-formatted patch, but at least it is
inline. :)

Thanks,
Jeremy

--- test/test_linux_tcp_info.rb.orig	Mon Nov 14 19:22:35 2011
+++ test/test_linux_tcp_info.rb	Mon Nov 14 19:22:43 2011
@@ -58,4 +58,4 @@ class TestLinuxTCP_Info < Test::Unit::TestCase
       a.close if a
       s.close
   end
-end
+end if RUBY_PLATFORM =~ /linux/


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-14 21:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-14 18:31 Test suite fix for non-linux users Jeremy Evans
2011-11-14 21:13 ` Eric Wong
2011-11-14 21:55   ` Jeremy Evans

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).