From 4c337a8e72bf2d3675a7f42c5e1fd0e30dae48bb Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 24 Jun 2021 16:17:00 +0200 Subject: [PATCH] Add missing VERIFY export This makes the 'dnssec-verify' tool visible to the test environment. --- bin/tests/system/conf.sh.common | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/conf.sh.common b/bin/tests/system/conf.sh.common index cd0838a893..b68c93dd93 100644 --- a/bin/tests/system/conf.sh.common +++ b/bin/tests/system/conf.sh.common @@ -727,4 +727,5 @@ export SIGNER export SUBDIRS export TMPDIR export TSIGKEYGEN +export VERIFY export WIRETEST