aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_examples.py2
1 files changed, 0 insertions, 2 deletions
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)