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


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

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