Test Suite: tweak a test to avoid --verbose in client call

This commit is contained in:
Jonathan Bennett 2016-05-20 21:40:43 -05:00
parent ce0def7e18
commit 55b9eac37c

View File

@ -2151,7 +2151,9 @@
'subcategory' => 'client+server',
'detail' => "$FW_TYPE rules not duplicated",
'function' => \&iptables_rules_not_duplicated,
'cmdline' => "$default_client_hmac_args --test",
'cmdline' => "$lib_view_str " .
"$valgrind_str $fwknopCmd -A tcp/22 -a $fake_ip -D $loopback_ip " .
"--no-save-args --rc-file $cf{'rc_hmac_b64_key'} --test",
'fwknopd_cmdline' => "$fwknopdCmd -c $cf{'def'} -a $cf{'hmac_access'} " .
"-d $default_digest_file -p $default_pid_file $intf_str",
'key_file' => $cf{'rc_hmac_b64_key'},