mirror of
https://github.com/TheLocehiliosan/yadm.git
synced 2026-09-10 07:16:22 -04: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 a new issue