From f43b6e544f9fdc33f21cd03b091d024ac75307fe Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Fri, 22 Jul 2011 18:14:06 +0300 Subject: Tests: clarified that having to wait for fuse4bsd is a fuse4bsd bug. --- tests/common.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/common.rb b/tests/common.rb index fcdb0a7..b7ce79f 100755 --- a/tests/common.rb +++ b/tests/common.rb @@ -77,11 +77,10 @@ def testenv(bindfs_args, &block) # Wait for bindfs to daemonize itself Process.wait bindfs_pid - # Wait for the mount to appear (fuse4bsd is sometimes slow) + # fuse4bsd is sometimes slow to activate the mount. + # http://www.freebsd.org/cgi/query-pr.cgi?pr=159102 if `uname -a`.downcase.include? 'freebsd' puts "Waiting for fuse4bsd" - # The mount is sometimes not ready even after it appears in `mount`. - # If there's a better solution, I'd like to hear it. sleep 0.5 end -- cgit v1.2.3