Skip to content
Snippets Groups Projects
Commit 25cb05af authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

tests: fix dnssec/case_sensitivity, update SOA dump

parent feca591f
No related branches found
No related tags found
No related merge requests found
# expected-changes -4 +5
# SOA: name server, admin contect
$4 == "SOA" { $5 = toupper($5); $6 = toupper($6) }
$3 == "SOA" { $4 = toupper($4); $5 = toupper($5) }
# NS: duplicate with different case
$3 == "NS" && $4 ~ /^ns2\./ { print; $4 = toupper($4); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment