]> git.gsnw.org Git - fping.git/commitdiff
update changelog, travis-ci test
authorDavid Schweikert <david@schweikert.ch>
Thu, 29 Sep 2016 07:25:20 +0000 (09:25 +0200)
committerDavid Schweikert <david@schweikert.ch>
Thu, 29 Sep 2016 07:25:20 +0000 (09:25 +0200)
ChangeLog
ci/test-01-basics.pl

index 3edb021d46915fe55df31784a85ac2b950b5f296..6c0c64a1754a95695882a3da7afc1ca1ce224411 100644 (file)
--- 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  <david@schweikert.ch>
   * Version 3.13
index d53587ef4d054a530ce4f53095db4a066e37e647..3119232c5d7925a6495a0a855fa56aca26232cea 100755 (executable)
@@ -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;
     }