mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 04:09:28 -05:00
- Enable the auth_tls.tdir and auth_tls_failcert.tdir tests.
This commit is contained in:
parent
17f95ffac1
commit
a7106fc58d
3 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
1 April 2025: Wouter
|
||||
- Fix escape more characters when printing an RR type with an unquoted
|
||||
string.
|
||||
- Enable the auth_tls.tdir and auth_tls_failcert.tdir tests.
|
||||
|
||||
31 March 2025: Wouter
|
||||
- iana portlist update.
|
||||
|
|
|
|||
2
testdata/auth_tls.tdir/auth_tls.pre
vendored
2
testdata/auth_tls.tdir/auth_tls.pre
vendored
|
|
@ -5,7 +5,7 @@
|
|||
[ -f .tpkg.var.test ] && source .tpkg.var.test
|
||||
|
||||
. ../common.sh
|
||||
skip_test "Skip test due to no UDP service for SOA query"
|
||||
#skip_test "Skip test due to no UDP service for SOA query"
|
||||
PRE="../.."
|
||||
if test -n "$NSD"; then
|
||||
:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
[ -f .tpkg.var.test ] && source .tpkg.var.test
|
||||
|
||||
. ../common.sh
|
||||
skip_test "Skip test due to no UDP service for SOA query"
|
||||
#skip_test "Skip test due to no UDP service for SOA query"
|
||||
PRE="../.."
|
||||
if test -n "$NSD"; then
|
||||
:
|
||||
|
|
|
|||
Loading…
Reference in a new issue