aboutsummaryrefslogtreecommitdiff
path: root/test/test_examples.py
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-25 10:48:09 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-25 10:48:09 +0200
commit21b55a05a158b1c225ba312529bc068cadd5431d (patch)
treeb5203fe6cfd9feb0a14aedfca649b2617058c9bc /test/test_examples.py
parentf66673663a5227a729633a8d50915de9be69990b (diff)
example/ioctl: build on FreeBSD, but add protocol check instead.
Diffstat (limited to 'test/test_examples.py')
-rwxr-xr-xtest/test_examples.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_examples.py b/test/test_examples.py
index 609cf24..60b6888 100755
--- a/test/test_examples.py
+++ b/test/test_examples.py
@@ -166,6 +166,8 @@ def test_passthrough(tmpdir, name, debug, capfd):
else:
umount(mount_process, mnt_dir)
+@pytest.mark.skipif(fuse_proto < (7,11),
+ reason='not supported by running kernel')
def test_ioctl(tmpdir):
progname = pjoin(basename, 'example', 'ioctl')
if not os.path.exists(progname):