From 210235855034ccc53ad1b95b2507acf25f622ab6 Mon Sep 17 00:00:00 2001 From: nejucomo Date: Sat, 31 May 2008 00:42:02 -0700 Subject: [PATCH] fuse_a: Fix the expected path in runtests.py. --- contrib/fuse_a/runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.45.2