From 6b6c069b227a45ff7f47ff8a91198d32eeb911e8 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 20 Nov 2022 12:45:35 +0100 Subject: [PATCH] Remove downloading step of inspect.lua from the testing suite - the script is now embedded into FTL Signed-off-by: DL6ER --- test/run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/run.sh b/test/run.sh index e267a39b..348980dc 100755 --- a/test/run.sh +++ b/test/run.sh @@ -60,10 +60,6 @@ bash test/pdns/setup.sh OLDUMASK=$(umask) umask 0022 -# Prepare LUA scripts -mkdir -p /opt/pihole/libs -wget -O /opt/pihole/libs/inspect.lua https://ftl.pi-hole.net/libraries/inspect.lua - # Start FTL if ! su pihole -s /bin/sh -c /home/pihole/pihole-FTL; then echo "pihole-FTL failed to start"