4396. [func] dnssec-keymgr now takes a '-r randomfile' option.

[RT #42455]
This commit is contained in:
Mark Andrews
2016-06-24 14:12:24 +10:00
parent b709d84755
commit c1a72112b2
6 changed files with 35 additions and 7 deletions

View File

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