summaryrefslogtreecommitdiff
path: root/test/t/test_mkfifo.py
blob: 92e82de7986596b30c610076d22ff40cfa87f4a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
import pytest


class TestMkfifo:
    @pytest.mark.complete("mkfifo ")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("mkfifo -", require_longopt=True)
    def test_options(self, completion):
        assert completion