From 93c4a5ebb08f2e2c8a163311fc00ace91aa7a2b4 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Thu, 29 Mar 2007 11:21:17 -0700
Subject: [PATCH] test_iputil: remove the test that only works on linux, since
 we're using the cross-unix 'get_local_addresses_async' anyways. This should
 allow the tests to pass on OS-X

---
 src/allmydata/test/test_iputil.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/allmydata/test/test_iputil.py b/src/allmydata/test/test_iputil.py
index fa8bde07..79f06752 100644
--- a/src/allmydata/test/test_iputil.py
+++ b/src/allmydata/test/test_iputil.py
@@ -11,8 +11,3 @@ class ListAddresses(unittest.TestCase):
         d.addCallbacks(_check)
         return d
 
-    def test_list(self):
-        addresses = iputil.get_local_addresses()
-        self.failUnless(len(addresses) >= 1) # always have localhost
-        self.failUnless("127.0.0.1" in addresses)
-
-- 
2.45.2