summaryrefslogtreecommitdiff
path: root/tests/t4_fuse.py
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2019-02-09 10:04:39 +0000
committerNikolaus Rath <Nikolaus@rath.org>2019-02-09 10:04:39 +0000
commitfc2b8cc0935bad4e9c7ac2965153473425c04eb3 (patch)
tree401b7d331c42ada399cec5a52d03b398355e13e2 /tests/t4_fuse.py
parentb832d28084164679267b3d852ccc9b8f1acef04a (diff)
New upstream version 3.0+dfsg
Diffstat (limited to 'tests/t4_fuse.py')
-rwxr-xr-xtests/t4_fuse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t4_fuse.py b/tests/t4_fuse.py
index 8321298..f07e420 100755
--- a/tests/t4_fuse.py
+++ b/tests/t4_fuse.py
@@ -30,7 +30,7 @@ from pytest import raises as assert_raises
# For debugging
USE_VALGRIND = False
-@pytest.mark.usefixtures('s3ql_cmd_argv', 'pass_reg_output')
+@pytest.mark.usefixtures('pass_s3ql_cmd_argv', 'pass_reg_output')
class TestFuse:
def setup_method(self, method):