mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
fuse_a: Fix the expected path in runtests.py.
This commit is contained in:
parent
e0fd3d8fe1
commit
2102358550
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user