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


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

    @pytest.mark.complete("chsh -s ")
    def test_2(self, completion):
        assert completion