2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 23:25:38 +00:00

pass $KEYGEN to $KEYMGR

This commit is contained in:
Mark Andrews
2016-05-25 14:05:26 +10:00
parent e6d09e71d0
commit d4a9a6c4a9

View File

@@ -39,7 +39,7 @@ for dir in [0-9][0-9]-*; do
. $dir/expect . $dir/expect
# run keymgr to update keys # run keymgr to update keys
$KEYMGR -K $dir -s $SETTIME $kargs > keymgr.$n 2>&1 $KEYMGR -K $dir -g $KEYGEN -s $SETTIME $kargs > keymgr.$n 2>&1
# check that return code matches expectations # check that return code matches expectations
found=$? found=$?
if [ $found -ne $kret ]; then if [ $found -ne $kret ]; then