From e645a16e6aa42bb74b46d2bbc6cbac59b6dc87fc Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Mon, 15 Feb 2021 09:00:31 -0500
Subject: [PATCH] Build: Test script fixes

---
 tests/scripts/checkscripts.sh | 2 --
 tests/scripts/checkutf8.sh    | 2 +-
 tests/scripts/checkxml.sh     | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/scripts/checkscripts.sh b/tests/scripts/checkscripts.sh
index e1f4b8d259..440e152193 100755
--- a/tests/scripts/checkscripts.sh
+++ b/tests/scripts/checkscripts.sh
@@ -26,7 +26,6 @@ SCRIPTFILES="\
 	./debian/*.preinst \
 	./debian/*.postinst \
 	./debian/*.postrm \
-	./Docker.entrypoint.sh
 	./installer/resources/*.sh \
 	./installer/resources/eepget \
 	./installer/resources/i2prouter \
@@ -36,7 +35,6 @@ SCRIPTFILES="\
 	./installer/resources/uninstall_i2p_service_osx.command
 	./installer/resources/uninstall_i2p_service_unix \
 	./launchers/macosx/check_latest_java.sh \
-	./launchers/macosx/download_and_build_sparkle.sh \
 	./Slackware/i2p/i2p.SlackBuild \
 	./Slackware/i2p/doinst.sh \
 	./Slackware/i2p/rc.i2p \
diff --git a/tests/scripts/checkutf8.sh b/tests/scripts/checkutf8.sh
index 47754c2422..0735aa56c1 100755
--- a/tests/scripts/checkutf8.sh
+++ b/tests/scripts/checkutf8.sh
@@ -27,7 +27,7 @@ DIRS="\
   apps/desktopgui/locale \
   debian/po \
   installer/resources/eepsite/docroot/help \
-  installer/resources/initialNews \
+  apps/routerconsole/resources-news/docs/initialNews \
   apps/routerconsole/jsp \
   apps/i2ptunnel/jsp \
   apps/susidns/src/jsp"
diff --git a/tests/scripts/checkxml.sh b/tests/scripts/checkxml.sh
index a276b8142f..3056d2f1e2 100755
--- a/tests/scripts/checkxml.sh
+++ b/tests/scripts/checkxml.sh
@@ -59,7 +59,7 @@ XMLFILES="\
 ./Slackware/i2p/build.xml"
 
 HTMLFILES="\
-./installer/resources/initialNews/*.xml \
+./apps/routerconsole/resources-news/docs/initialNews/*.xml \
 ./apps/BOB/src/net/i2p/BOB/package.html \
 ./apps/desktopgui/src/net/i2p/desktopgui/package.html \
 ./apps/ministreaming/java/src/net/i2p/client/streaming/package.html \
-- 
GitLab