diff --git a/tests/scripts/checkscripts.sh b/tests/scripts/checkscripts.sh
index e1f4b8d259fc6dde7edbcfe121d6eae6deb5018d..440e1521939b20f942933806f8380ecf7562a50b 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 47754c2422b5aee081a3aa1e14f7479151096fa0..0735aa56c1dbcfd3c524f493f2b040ae145fb2b6 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 a276b8142f032ae76f9caaf185b506f9b8c33d90..3056d2f1e2f8dd9ffb06dd9ee834218ff37e224e 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 \