From: David Schweikert Date: Thu, 29 Sep 2016 07:25:20 +0000 (+0200) Subject: update changelog, travis-ci test X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cd267c3a8e1e05e110d6e8ddb95c629b8524737;p=fping.git update changelog, travis-ci test --- diff --git a/ChangeLog b/ChangeLog index 3edb021..6c0c64a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ UNRELEASED * (bugfix) Exit code should be 2 when the hostname can't be resolved (fixes #98, reported by @green-fox) * (feature) Ignore network and broadcast for cidrs /31 and /32 (#102, Martin Topholm) + * (bugfix) Fix issue compliling on RHEL/Centos 7 (#95, @jbackman) 2015-10-21 David Schweikert * Version 3.13 diff --git a/ci/test-01-basics.pl b/ci/test-01-basics.pl index d53587e..3119232 100755 --- a/ci/test-01-basics.pl +++ b/ci/test-01-basics.pl @@ -13,6 +13,7 @@ use Test::More; # ping ::1 SKIP: { + system("/sbin/ifconfig >&2"); if(system("/sbin/ifconfig | grep inet6") != 0) { skip 'No IPv6 on this host', 3; }