Merging upstream version 2.5.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 08:56:31 +01:00
parent 52604793cd
commit 05ea7103eb
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
44 changed files with 46199 additions and 703 deletions

View file

@ -44,3 +44,11 @@ echo "" | ../dnsperf -W -y test: | grep "unable to setup TSIG, secret empty"
! ../resperf -m 123.45 unexpected argument
! ../resperf -m 123..
! ../resperf -m 123a
echo "invalid" | ../dnsperf -W | grep "invalid query input format: invalid"
echo "invalid invalid" | ../dnsperf -W | grep "invalid qtype: invalid"
if ! echo "invalid" | ../dnsperf -u -W | grep "Unable to dynamic update, support not built in"; then
echo "invalid" | ../dnsperf -u -W | grep "incomplete update: invalid"
echo -e "invalid\ninvalid" | ../dnsperf -u -W | grep "invalid update command: invalid"
echo -e "invalid\ninvalid" | ../dnsperf -u -W | grep "error processing update command: invalid"
fi