diff --git a/tests/scripts/checkscripts.sh b/tests/scripts/checkscripts.sh index e1f4b8d25..440e15219 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 47754c242..0735aa56c 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 a276b8142..3056d2f1e 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 \