mirror of https://github.com/getdnsapi/getdns.git
Fixes #505. Update test to ignore packet size.
This commit is contained in:
parent
2884dc217a
commit
c8b2e79635
|
@ -1108,5 +1108,5 @@ x25.net-dns.org. 30 IN X25 "1234567"
|
|||
;; AUTHORITY SECTION:
|
||||
|
||||
;; ADDITIONAL SECTION:
|
||||
;; MSG SIZE rcvd: 6549
|
||||
;; MSG SIZE rcvd: 6666
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue