commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-324-gd0121


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-324-gd01210d
Date: Sun, 25 Aug 2013 17:21:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  d01210da4810bbcee9f3f5cfad37a654639468ea (commit)
      from  7bf459b53e0faacbb14de13e8e5571085109907b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=d01210da4810bbcee9f3f5cfad37a654639468ea


commit d01210da4810bbcee9f3f5cfad37a654639468ea
Author: Mats Erik Andersson <address@hidden>
Date:   Sun Aug 25 19:23:00 2013 +0200

    False negative in test.

diff --git a/ChangeLog b/ChangeLog
index fd02225..6f2139e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-08-25  Mats Erik Andersson  <address@hidden>
+
+       False negative while testing syslogd.
+
+       * tests/syslogd.sh (iu_socklen_max): Do not accept
+       `GNU/kFreeBSD' as a system supporting unix sockets
+       of length 108.
+
 2013-08-18  Mats Erik Andersson  <address@hidden>
 
        * tests/Makefile.am (check_PROGRAMS) [ENABLE_inetd]:
diff --git a/tests/syslogd.sh b/tests/syslogd.sh
index 93ad0a1..85a8fb2 100755
--- a/tests/syslogd.sh
+++ b/tests/syslogd.sh
@@ -91,8 +91,7 @@ do_standard_port=true
 iu_socklen_max=104     # BSD flavour!
 
 IU_OS=`uname -s`
-if test "$IU_OS" = "Linux" || test "$IU_OS" = "GNU/kFreeBSD" ||
-       test "$IU_OS" = "SunOS"; then
+if test "$IU_OS" = "Linux" || test "$IU_OS" = "SunOS"; then
     # Aim at the boundary of 108 characters.
     iu_socklen_max=108
 fi

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    8 ++++++++
 tests/syslogd.sh |    3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]