aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_examples.py b/test/test_examples.py
index 3f8892b..226835f 100755
--- a/test/test_examples.py
+++ b/test/test_examples.py
@@ -28,7 +28,7 @@ def name_generator(__ctr=[0]):
return 'testfile_%d' % __ctr[0]
LL_OPTIONS = [ ['-o', 'splice_move,splice_write,splice_read' ],
- ['-o', 'clone_fd,big_writes,writeback_cache' ] ]
+ ['-o', 'clone_fd,writeback_cache' ] ]
@pytest.mark.parametrize("name", ('hello', 'hello_ll'))
@pytest.mark.parametrize("options", LL_OPTIONS)