]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fuse_a: Fix the expected path in runtests.py.
authornejucomo <nejucomo@gmail.com>
Sat, 31 May 2008 07:42:02 +0000 (00:42 -0700)
committernejucomo <nejucomo@gmail.com>
Sat, 31 May 2008 07:42:02 +0000 (00:42 -0700)
contrib/fuse_a/runtests.py

index dca67006375399d614ce8636b9918435c1b4fb1c..0d9dd22e79098de1c82f50873e2f4b6ae005742f 100644 (file)
@@ -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: