Fixes #505. Update test to ignore packet size.

This commit is contained in:
Andrzej Mialkowski 2021-05-15 06:03:46 -07:00
parent 2884dc217a
commit c8b2e79635
2 changed files with 2 additions and 2 deletions

View File

@ -1108,5 +1108,5 @@ x25.net-dns.org. 30 IN X25 "1234567"
;; AUTHORITY SECTION:
;; ADDITIONAL SECTION:
;; MSG SIZE rcvd: 6549
;; MSG SIZE rcvd: 6666

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