Commit 7ce0978d authored by Kirill Smelkov's avatar Kirill Smelkov

wcfs: tests: Don't forget to close ._wcfuseabort fd

The function to do it was there, but I missed to add corresponding defer.
Fixes 6f0cdaff (wcfs: Provide isolation to clients).
parent ad0749af
......@@ -374,6 +374,7 @@ class tWCFS(_tWCFS):
def close(t):
def _():
os.close(t._wcfuseabort)
defer(_)
defer(t._closed.close)
# unmount and wait for wcfs to exit
......
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