[test suite] bug fix on FreeBSD to just run the server for the active/expire sets not equal test

This commit is contained in:
Michael Rash 2013-05-23 22:02:43 -04:00
parent 9a21bc11ba
commit b9bd984768

View File

@ -1191,13 +1191,12 @@
'category' => 'Rijndael',
'subcategory' => 'server',
'detail' => 'ipfw active/expire sets not equal',
'function' => \&spa_cycle,
'cmdline' => $default_client_args,
'fwknopd_cmdline' => "LD_LIBRARY_PATH=$lib_dir $valgrind_str " .
'function' => \&generic_exec,
'cmdline' => "LD_LIBRARY_PATH=$lib_dir $valgrind_str " .
"$fwknopdCmd -c $cf{'ipfw_active_expire'} -a $cf{'def_access'} " .
"-d $default_digest_file -p $default_pid_file $intf_str",
'server_positive_output_matches' => [qr/Cannot\sset\sidentical\sipfw\sactive\sand\sexpire\ssets/],
'fw_rule_created' => $REQUIRE_NO_NEW_RULE,
'positive_output_matches' => [qr/Cannot\sset\sidentical\sipfw\sactive\sand\sexpire\ssets/],
'exec_err' => $YES,
'fatal' => $NO
},
{