From c22e94c9c736e48cad889fad8ce656a91012a59d Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Mon, 20 Aug 2018 19:33:15 -0400 Subject: [PATCH] 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 --- test/test_automated_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_automated_install.py b/test/test_automated_install.py index 2cded451..a2593d83 100644 --- a/test/test_automated_install.py +++ b/test/test_automated_install.py @@ -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))