aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_write_cache.c
AgeCommit message (Collapse)AuthorLines
2018-07-23test_write_cache: Use fuse_session_exit() to stop filesystem threadRostislav Skudnov-2/+3
Using fuse_session_exit() followed by fuse_session_unmount() ensures that a proper cleanup and shutdown is performed.
2018-07-23test_write_cache: Fix memory leaksRostislav Skudnov-0/+3
2017-08-24Don't use -o auto_unmount under FreeBSD.Nikolaus Rath-0/+2
2017-05-24Make tests build on bsdBrian Naylor-0/+5
2016-11-06Don't hardcode test file name.Nikolaus Rath-1/+1
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-1/+11
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-10Added write cache tests.Nikolaus Rath-0/+206