From dd2f4c2c3895ef41d91e1b655327a5afa4346947 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sat, 19 Dec 2015 16:36:45 -0800 Subject: [PATCH] [test suite] restore args too long tests --- test/tests/rijndael_hmac_cmd_exec.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests/rijndael_hmac_cmd_exec.pl b/test/tests/rijndael_hmac_cmd_exec.pl index 66754f38..9feebb03 100644 --- a/test/tests/rijndael_hmac_cmd_exec.pl +++ b/test/tests/rijndael_hmac_cmd_exec.pl @@ -53,7 +53,7 @@ 'fwknopd_cmdline' => "$fwknopdCmd -c $cf{'def'} -a $cf{'hmac_cmd_access'} " . "-d $default_digest_file -p $default_pid_file $intf_str", 'fw_rule_created' => $REQUIRE_NO_NEW_RULE, - 'server_positive_output_matches' => [qr/max command line args exceeded/] + 'server_positive_output_matches' => [qr/Error converting cmd str to argv/] }, { @@ -79,7 +79,7 @@ 'fwknopd_cmdline' => "$fwknopdCmd -c $cf{'def'} -a $cf{'hmac_cmd_access'} " . "-d $default_digest_file -p $default_pid_file $intf_str --udp-server", 'fw_rule_created' => $REQUIRE_NO_NEW_RULE, - 'server_positive_output_matches' => [qr/max command line args exceeded/] + 'server_positive_output_matches' => [qr/Error converting cmd str to argv/] }, {