mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-02 04:49:34 -05:00
Apply suggestions from code review
Co-authored-by: Yorgos Thessalonikefs <george@nlnetlabs.nl>
This commit is contained in:
parent
4a211a9117
commit
dbd2a43ab1
2 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
# do your teardown here
|
||||
PRE="../.."
|
||||
. ../common.sh
|
||||
if grep "define USE_CACHEDB 1" $PRE/config.h; then echo test enabled; else skip_test "test skipped"; fi
|
||||
|
||||
echo "> cat logfiles"
|
||||
cat fwd.log
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
PRE="../.."
|
||||
. ../common.sh
|
||||
if grep "define USE_CACHEDB 1" $PRE/config.h; then echo test enabled; else skip_test "test skipped"; fi
|
||||
|
||||
# do the test
|
||||
get_ldns_testns
|
||||
|
|
|
|||
Loading…
Reference in a new issue