aboutsummaryrefslogtreecommitdiff
path: root/test/test_write_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_write_cache.c')
-rw-r--r--test/test_write_cache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_write_cache.c b/test/test_write_cache.c
index a5fafd7..ac813a9 100644
--- a/test/test_write_cache.c
+++ b/test/test_write_cache.c
@@ -186,7 +186,9 @@ int main(int argc, char *argv[]) {
assert(fuse_opt_parse(&args, &options, option_spec, NULL) == 0);
assert(fuse_parse_cmdline(&args, &fuse_opts) == 0);
+#ifndef __FreeBSD__
assert(fuse_opt_add_arg(&args, "-oauto_unmount") == 0);
+#endif
se = fuse_session_new(&args, &tfs_oper,
sizeof(tfs_oper), NULL);
assert (se != NULL);