From 0b9f25362e231e4a072fdfddd60ad673107e1b47 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Tue, 12 Mar 2013 23:10:09 -0400 Subject: [PATCH] [test suite] minor bug fix for HMAC SHA384 default key test rc file path --- test/tests/rijndael_hmac.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/tests/rijndael_hmac.pl b/test/tests/rijndael_hmac.pl index e6779169..e7203603 100644 --- a/test/tests/rijndael_hmac.pl +++ b/test/tests/rijndael_hmac.pl @@ -275,7 +275,8 @@ 'subcategory' => 'client+server', 'detail' => 'complete cycle SHA384 (tcp/22 ssh)', 'function' => \&spa_cycle, - 'cmdline' => "$default_client_hmac_args --hmac-digest-type sha384", + 'cmdline' => "$default_client_args_no_get_key --rc-file " . + "$cf{'rc_hmac_sha384_key'} --hmac-digest-type sha384", 'fwknopd_cmdline' => "LD_LIBRARY_PATH=$lib_dir $valgrind_str " . "$fwknopdCmd -c $cf{'def'} -a $cf{'hmac_sha384_access'} " . "-d $default_digest_file -p $default_pid_file $intf_str",