Rostislav Skudnov
055fcec831
test_write_cache: Use fuse_session_exit() to stop filesystem thread
...
Using fuse_session_exit() followed by fuse_session_unmount() ensures
that a proper cleanup and shutdown is performed.
2018-07-23 11:02:57 +01:00
Rostislav Skudnov
c7ae066cb4
test_write_cache: Fix memory leaks
2018-07-23 11:02:57 +01:00
Nikolaus Rath
53de0adb1a
Don't use -o auto_unmount under FreeBSD.
2017-08-24 20:50:44 +02:00
Brian Naylor
cc96e8d783
Make tests build on bsd
2017-05-24 09:58:45 -07:00
Nikolaus Rath
1fe4258932
Don't hardcode test file name.
2016-11-06 21:01:38 -08:00
Nikolaus Rath
d49f2e77b4
Unify handling of fuse_conn_info options
...
Instead of using command line options to modify struct fuse_conn_info
before and after calling the init() handler, we now give the file system
explicit control over this.
2016-10-15 16:49:23 -07:00
Nikolaus Rath
71064a41f8
Added write cache tests.
2016-10-10 11:07:38 -07:00