tests: conftest: fix FileNotFoundError warning when un-mounting
The NamedTemporaryFile was being closed twice, once at the end of
fuse_process() and the other at the end of fuse_mntdir().
tests: conftest: fix FileNotFoundError warning when un-mounting Tags None Subscribers None
Description
Details
|