1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Fix gravity in tests

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-06-01 22:00:40 +02:00
parent 001024b4da
commit a4322c624f
No known key found for this signature in database

View File

@ -79,6 +79,11 @@ def test_installPihole_fresh_install_readableFiles(host):
host.run("command -v apt-get > /dev/null && apt-get install -qq man")
host.run("command -v dnf > /dev/null && dnf install -y man")
host.run("command -v yum > /dev/null && yum install -y man")
# Workaround to get FTLv6 installed until it reaches master branch
host.run("""
echo "new/http" > /etc/pihole/ftlbranch
"""
)
install = host.run(
"""
export TERM=xterm