[test suite] handle LD_LIBRARY_PATH from the main test-fwknop.pl script

This commit is contained in:
Michael Rash
2013-11-14 22:47:13 -05:00
parent a6f030412f
commit cb2fc3abbe
16 changed files with 323 additions and 561 deletions

View File

@@ -16,8 +16,7 @@
'subcategory' => 'compatibility',
'detail' => 'python->C',
'function' => \&python_fko_client_to_C_server,
'fwknopd_cmdline' => "LD_LIBRARY_PATH=$lib_dir $valgrind_str " .
"$fwknopdCmd -c $cf{'def'} -a $cf{'hmac_sha512_short_key2_access'} " .
'fwknopd_cmdline' => "$fwknopdCmd -c $cf{'def'} -a $cf{'hmac_sha512_short_key2_access'} " .
"-d $default_digest_file -p $default_pid_file $intf_str",
'fw_rule_created' => $NEW_RULE_REQUIRED,
'fw_rule_removed' => $NEW_RULE_REMOVED,