about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2011-11-14 10:31:53 -0800
committerEric Wong <normalperson@yhbt.net>2011-11-14 13:03:57 -0800
commit499e63e2666f88134f7d47f3bcfdfedd72396e70 (patch)
tree847285886b9b1b42752af8b3a1054f1dffe378cd
parent68f5fdb76231aad5d9d2bcf33c33758394bb15a8 (diff)
downloadraindrops-499e63e2666f88134f7d47f3bcfdfedd72396e70.tar.gz
Most other linux-specific test files have this, but
test_linux_tcp_info.rb does not.

With this patch, gmake test passes on OpenBSD.
-rw-r--r--test/test_linux_tcp_info.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_linux_tcp_info.rb b/test/test_linux_tcp_info.rb
index f429d1d..3b4a245 100644
--- a/test/test_linux_tcp_info.rb
+++ b/test/test_linux_tcp_info.rb
@@ -58,4 +58,4 @@ class TestLinuxTCP_Info < Test::Unit::TestCase
       a.close if a
       s.close
   end
-end
+end if RUBY_PLATFORM =~ /linux/