From 2dfd09fa3a9c1e2cef494712e308bb57132652cb 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. (cherry picked from commit 4c337a8e72bf2d3675a7f42c5e1fd0e30dae48bb) --- 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 9047b998f7..a02ea71368 100644 --- a/bin/tests/system/conf.sh.common +++ b/bin/tests/system/conf.sh.common @@ -743,4 +743,5 @@ export SIGNER export SUBDIRS export TMPDIR export TSIGKEYGEN +export VERIFY export WIRETEST