mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-25 00:30:29 +00:00
Remove outdated dns-servers.conf
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
parent
7dbf408c26
commit
0da97e762f
2 changed files with 0 additions and 12 deletions
|
@ -119,11 +119,6 @@ def test_installPihole_fresh_install_readableFiles(host):
|
|||
assert exit_status_success == actual_rc
|
||||
check_leases = test_cmd.format("w", "/etc/pihole/dhcp.leases", piholeuser)
|
||||
actual_rc = host.run(check_leases).rc
|
||||
# readable dns-servers.conf
|
||||
assert exit_status_success == actual_rc
|
||||
check_servers = test_cmd.format("r", "/etc/pihole/dns-servers.conf", piholeuser)
|
||||
actual_rc = host.run(check_servers).rc
|
||||
assert exit_status_success == actual_rc
|
||||
# readable install.log
|
||||
check_install = test_cmd.format("r", "/etc/pihole/install.log", piholeuser)
|
||||
actual_rc = host.run(check_install).rc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue