[test suite] minor bug fix for GPG no password HMAC test rc file

This commit is contained in:
Michael Rash 2013-08-10 21:03:07 -04:00
parent 5176f9e04b
commit be2bb71c74

View File

@ -37,7 +37,7 @@
'subcategory' => 'client+server',
'detail' => 'gpg args from rc file',
'function' => \&spa_cycle,
'cmdline' => "$default_client_gpg_args_no_homedir "
'cmdline' => $default_client_args
. " --rc-file $cf{'rc_gpg_args_no_pw_hmac_b64_key'}",
'fwknopd_cmdline' => $default_server_gpg_args_no_pw_hmac,
'fw_rule_created' => $NEW_RULE_REQUIRED,