Fixes #505. Disable packet size checking.

This commit is contained in:
Andrzej Mialkowski 2021-05-15 13:20:30 -07:00
parent 7b12e21ad0
commit 8b558afde0
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ elif ! ( "./${TPKG_NAME}" "${TPKG_NAME}.net-dns.org" | tee out )
then
exit 1
else
diff out "${TPKG_NAME}.good"
diff out "${TPKG_NAME}.good" --ignore-matching-lines=";; MSG SIZE rcvd: "
fi