Remove pihole-FTL.conf.5 from automated tests

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/4489/head
Christian König 2 years ago
parent 7c60ee8df1
commit d7d8e9730b

@ -351,10 +351,6 @@ def test_installPihole_fresh_install_readableFiles(host):
'r', '/usr/local/share/man/man8/pihole-FTL.8', piholeuser)
actual_rc = host.run(check_man).rc
assert exit_status_success == actual_rc
check_man = test_cmd.format(
'r', '/usr/local/share/man/man5/pihole-FTL.conf.5', piholeuser)
actual_rc = host.run(check_man).rc
assert exit_status_success == actual_rc
# check not readable sudoers file
check_sudo = test_cmd.format(
'r', '/etc/sudoers.d/pihole', piholeuser)

Loading…
Cancel
Save