From 0dbdb0f871ef95deea0f2c5855a320a79f53fca0 Mon Sep 17 00:00:00 2001
From: nejucomo <nejucomo@gmail.com>
Date: Wed, 30 Jan 2008 02:55:53 -0700
Subject: [PATCH] tahoe_fuse: system test: Remove some needless comments.

---
 contrib/fuse/runtests.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/fuse/runtests.py b/contrib/fuse/runtests.py
index 32169526..1c2caa60 100644
--- a/contrib/fuse/runtests.py
+++ b/contrib/fuse/runtests.py
@@ -173,7 +173,6 @@ class SystemTest (object):
 
         introfurl = os.path.join(introbase, 'introducer.furl')
 
-        # FIXME: Is there a better way to handle this race condition?
         self.polling_operation(lambda : os.path.isfile(introfurl))
         shutil.copy(introfurl, base)
 
@@ -228,7 +227,6 @@ class SystemTest (object):
                                      mp,
                                      '-f',
                                      '--basedir', self.clientbase])
-            # FIXME: Verify the mount somehow?
 
             # The mount is verified by the test_layer, but we sleep to
             # avoid race conditions against the first few tests.
-- 
2.45.2