From 5d545650bf114207aeefa79b76983f2c4dda8a12 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 17 May 2000 02:22:23 +0000 Subject: [PATCH] KEYSIGNER variable was not set --- bin/tests/system/conf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/tests/system/conf.sh b/bin/tests/system/conf.sh index 79518b3870..4f2b11dff3 100755 --- a/bin/tests/system/conf.sh +++ b/bin/tests/system/conf.sh @@ -8,8 +8,9 @@ TOP="`cd ../../..; pwd`" NAMED=$TOP/bin/named/named KEYGEN=$TOP/bin/tests/keygen SIGNER=$TOP/bin/tests/signer +KEYSIGNER=$TOP/bin/tests/keysigner KEYSETTOOL=$TOP/bin/tests/keysettool SUBDIRS="xfer dnssec xferquota" -export NAMED KEYGEN SIGNER KEYSETTOOL +export NAMED KEYGEN SIGNER KEYSIGNER KEYSETTOOL