From 21b55a05a158b1c225ba312529bc068cadd5431d Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 25 Aug 2017 10:48:09 +0200 Subject: example/ioctl: build on FreeBSD, but add protocol check instead. --- test/test_examples.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_examples.py') 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): -- cgit v1.2.3