From 8ee553dac0297cfd75cbdd2d9cfdce37e22ef4ee Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 18 Oct 2016 21:23:22 -0700 Subject: fuse_new(): don't accept options that don't make sense for end-users Several options (use_ino, etc) depend on the file system implementation. Allowing them to be set from the command line makes no sense. --- test/test_examples.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/test_examples.py b/test/test_examples.py index 8868a98..5c611a1 100755 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -67,8 +67,6 @@ def test_passthrough(tmpdir, name): cmdline = base_cmdline + \ [ pjoin(basename, 'example', name), '-f', mnt_dir ] - if not name.endswith('_ll'): - cmdline += [ '-o', 'use_ino,readdir_ino,kernel_cache' ] mount_process = subprocess.Popen(cmdline) try: wait_for_mount(mount_process, mnt_dir) -- cgit v1.2.3