From: robk-tahoe <robk-tahoe@allmydata.com>
Date: Thu, 16 Oct 2008 14:32:32 +0000 (-0700)
Subject: fuse/runtests: disable impl_a/impl_b on mac, as they don't actually work.
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%5B%5E?a=commitdiff_plain;h=6a78000b55e4b59e6fa49041bd16766a1d84f545;p=tahoe-lafs%2Ftahoe-lafs.git

fuse/runtests: disable impl_a/impl_b on mac, as they don't actually work.
---

diff --git a/contrib/fuse/runtests.py b/contrib/fuse/runtests.py
index 9f5591d6..b08d52be 100644
--- a/contrib/fuse/runtests.py
+++ b/contrib/fuse/runtests.py
@@ -70,9 +70,9 @@ implementations = {
                    suites=['read', 'write', ]),
     }
 
-#if sys.platform == 'darwin':
-    #del implementations['impl_a']
-    #del implementations['impl_b']
+if sys.platform == 'darwin':
+    del implementations['impl_a']
+    del implementations['impl_b']
 
 class FuseTestsOptions(usage.Options):
     optParameters = [