Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian König <ckoenig@posteo.de>2021-12-30 08:49:03 +0300
committerChristian König <ckoenig@posteo.de>2022-02-04 22:43:47 +0300
commitd7d8e9730b385342a79bbac368243f98cade359f (patch)
tree7a24d7fba3d13a3f69c53b402affa806ac8fe86b /test
parent7c60ee8df11d158cca3bde3b0b89a6f05bb9f409 (diff)
Remove pihole-FTL.conf.5 from automated tests
Signed-off-by: Christian König <ckoenig@posteo.de>
Diffstat (limited to 'test')
-rw-r--r--test/test_any_automated_install.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_any_automated_install.py b/test/test_any_automated_install.py
index 7959e100..b7b4ccd8 100644
--- a/test/test_any_automated_install.py
+++ b/test/test_any_automated_install.py
@@ -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)