From 6cd267c3a8e1e05e110d6e8ddb95c629b8524737 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Thu, 29 Sep 2016 09:25:20 +0200 Subject: [PATCH] update changelog, travis-ci test --- ChangeLog | 1 + ci/test-01-basics.pl | 1 + 2 files changed, 2 insertions(+) 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; }