mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-02 20:20:56 +00:00
Stickler gonna stickle...
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
469b715442
commit
87f2ae82cd
@ -608,7 +608,7 @@ def test_package_manager_has_installer_deps(Pihole):
|
||||
install_dependent_packages ${INSTALLER_DEPS[@]}
|
||||
''')
|
||||
|
||||
assert 'No package' not in output.stdout #centos7 still exits 0...
|
||||
assert 'No package' not in output.stdout # centos7 still exits 0...
|
||||
assert output.rc == 0
|
||||
|
||||
|
||||
@ -621,7 +621,7 @@ def test_package_manager_has_pihole_deps(Pihole):
|
||||
install_dependent_packages ${PIHOLE_DEPS[@]}
|
||||
''')
|
||||
|
||||
assert 'No package' not in output.stdout #centos7 still exits 0...
|
||||
assert 'No package' not in output.stdout # centos7 still exits 0...
|
||||
assert output.rc == 0
|
||||
|
||||
|
||||
@ -634,6 +634,5 @@ def test_package_manager_has_web_deps(Pihole):
|
||||
install_dependent_packages ${PIHOLE_WEB_DEPS[@]}
|
||||
''')
|
||||
|
||||
assert 'No package' not in output.stdout #centos7 still exits 0...
|
||||
assert 'No package' not in output.stdout # centos7 still exits 0...
|
||||
assert output.rc == 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user