Use man.REAL
This commit is contained in:
parent
82ba16db34
commit
84437894b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue