From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim FitzGeorge To: development@lists.ipfire.org Subject: [PATCH 0/3] network-functions.pl : Correct comparisons and enhance testsuite Date: Tue, 24 Dec 2019 12:56:49 +0000 Message-ID: <20191224125652.12232-1-ipfr@tfitzgeorge.me.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4837804275485841303==" List-Id: --===============4837804275485841303== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes a number of minor bugs in network-functions.pl where comparisons of bin= ary network representations is done using string rather than integer comparision operator= s, and checks for undefined values are done on the wrong variables. Also enhances the testsuite to display information on failed test. Fixes: 12263 Tim FitzGeorge (3): network-functions.pl : Enhance testsuite to show cause of error network-functions.pl : Compare correct variables in network_equal network-functions.pl : Use integer comparison rather than string config/cfgroot/network-functions.pl | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) --=20 2.16.4 --===============4837804275485841303==--