summaryrefslogtreecommitdiff
path: root/test/t/test_update_rc_d.py
blob: 6f57416819d96f3d8e8a33d2f24f63489a60369b (plain)
1
2
3
4
5
6
7
8
import pytest


@pytest.mark.bashcomp(cmd="update-rc.d")
class TestUpdateRcD:
    @pytest.mark.complete("update-rc.d -")
    def test_1(self, completion):
        assert completion