1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Use man.REAL

This commit is contained in:
Tim Byrne
2023-07-08 14:46:46 -05:00
parent 82ba16db34
commit 84437894b5

View File

@@ -59,7 +59,7 @@ def test_yamllint(pytestconfig, runner, yamllint_version):
def test_man(runner):
"""Check for warnings from man"""
run = runner(
command=['man', '--warnings', './yadm.1'])
command=['man.REAL', '--warnings', './yadm.1'])
assert run.success
assert run.err == ''
assert 'yadm - Yet Another Dotfiles Manager' in run.out