Use man.REAL

This commit is contained in:
Tim Byrne 2023-07-08 14:46:46 -05:00
parent 82ba16db34
commit 84437894b5
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 1 additions and 1 deletions

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