projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d8aac3
)
fuse: runtests.py: Fix a typo bug in fusermount output checking.
author
nejucomo
<nejucomo@gmail.com>
Sat, 7 Jun 2008 06:18:15 +0000
(23:18 -0700)
committer
nejucomo
<nejucomo@gmail.com>
Sat, 7 Jun 2008 06:18:15 +0000
(23:18 -0700)
contrib/fuse/runtests.py
patch
|
blob
|
history
diff --git
a/contrib/fuse/runtests.py
b/contrib/fuse/runtests.py
index b237746b32bb7496b06e5734c210e3203fbadf58..ae840955ac6b71f69d05051920e454edcd55ddb0 100644
(file)
--- a/
contrib/fuse/runtests.py
+++ b/
contrib/fuse/runtests.py
@@
-245,7
+245,7
@@
class SystemTest (object):
print 'Unmounting implementation #%d' % (implnum,)
args = ['fusermount', '-u', mountpath]
ec, out = gather_output(args)
- if e
xitcode != 0 or outp
ut:
+ if e
c != 0 or o
ut:
tmpl = 'fusermount failed to unmount:\n'
tmpl += 'Arguments: %r\n'
tmpl += 'Exit Status: %r\n'