mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-20 14:20:13 +00:00
assert REMI repository is not installed for Fedora
- fix whiptail mock comments to clarify continue vs cancel Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
parent
4c23964964
commit
fff31558a0
2 changed files with 7 additions and 5 deletions
|
@ -269,7 +269,7 @@ def test_selinux_enforcing_continue(Pihole):
|
|||
'''
|
||||
# getenforce returns the running state of SELinux
|
||||
mock_command('getenforce', {'*': ('Enforcing', '0')}, Pihole)
|
||||
# Whiptail dialog returns Cancel for user prompt
|
||||
# Whiptail dialog returns Continue for user prompt
|
||||
mock_command('whiptail', {'*': ('', '0')}, Pihole)
|
||||
check_selinux = Pihole.run('''
|
||||
source /opt/pihole/basic-install.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue