From: nejucomo Date: Sat, 31 May 2008 07:42:02 +0000 (-0700) Subject: fuse_a: Fix the expected path in runtests.py. X-Git-Tag: allmydata-tahoe-1.1.0~67 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=210235855034ccc53ad1b95b2507acf25f622ab6;p=tahoe-lafs%2Ftahoe-lafs.git fuse_a: Fix the expected path in runtests.py. --- diff --git a/contrib/fuse_a/runtests.py b/contrib/fuse_a/runtests.py index dca67006..0d9dd22e 100644 --- a/contrib/fuse_a/runtests.py +++ b/contrib/fuse_a/runtests.py @@ -97,7 +97,7 @@ class SystemTest (object): '''This layer finds the appropriate tahoe executable.''' runtestpath = os.path.abspath(sys.argv[0]) path = runtestpath - for expectedname in ('runtests.py', 'fuse', 'contrib'): + for expectedname in ('runtests.py', 'fuse_a', 'contrib'): path, name = os.path.split(path) if name != expectedname: