From 694fb39a85e29128781c01bbdcb1faabfb0df8ec Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Thu, 25 Jul 2013 20:33:19 -0400 Subject: [PATCH] [test suite] Bug fix to not run an iptables Rijndael HMAC test on non-Linux systems --- ChangeLog | 2 ++ test/tests/rijndael_hmac.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8f13a36..97d5aea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ fwknop-2.5.1 (07/25/2013): entering keys via stdin. - [server] Bug fix to not print pid file existence warning. Reported by Ilya Tumaykin to the fwknop list. + - [test suite] Bug fix to not run an iptables Rijndael HMAC test on + non-Linux systems. fwknop-2.5 (07/19/2013): - ***** IMPORTANT *****: If you are upgrading from an older version of diff --git a/test/tests/rijndael_hmac.pl b/test/tests/rijndael_hmac.pl index c6757077..61208a6a 100644 --- a/test/tests/rijndael_hmac.pl +++ b/test/tests/rijndael_hmac.pl @@ -931,7 +931,7 @@ { 'category' => 'Rijndael+HMAC', 'subcategory' => 'client+server', - 'detail' => 'fw rules not duplicated', + 'detail' => 'iptables rules not duplicated', 'function' => \&iptables_rules_not_duplicated, 'cmdline' => "$default_client_hmac_args --test", 'fwknopd_cmdline' => "LD_LIBRARY_PATH=$lib_dir $valgrind_str " .