mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Use man.REAL
This commit is contained in:
parent
82ba16db34
commit
84437894b5
@ -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 New Issue
Block a user