Commit 5e098489 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0ed611a3
......@@ -77,6 +77,7 @@ def setup_function(f):
assert not os.path.exists(testmntpt)
# make sure we unmount wcfs after every test.
# (tDB checks this in more detail, but join tests don't use tDB)
def teardown_function(f):
mounted = (0 == subprocess.call(["mountpoint", "-q", testmntpt]))
if mounted:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment