Update test to include empty FTL config

The installer ensures that an FTL config will exist, and creates an
empty file if it doesn't.

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
pull/2384/head
Mcat12 6 years ago
parent 4aafa8cf47
commit c22e94c9c7
No known key found for this signature in database
GPG Key ID: ABB8FC9789AF524D

@ -81,6 +81,7 @@ def test_setupVars_saved_to_file(Pihole):
{}
mkdir -p /etc/dnsmasq.d
version_check_dnsmasq
echo "" > /etc/pihole/pihole-FTL.conf
finalExports
cat /etc/pihole/setupVars.conf
'''.format(set_setup_vars))

Loading…
Cancel
Save