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-321-ga1b9d


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-321-ga1b9dbf
Date: Thu, 15 Aug 2013 09:08:55 +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  a1b9dbff1bd4b634716ed01996fa1e8577bea354 (commit)
      from  ae099cde5bb2de9ebf4cdf012c5a05aa5a92bc84 (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=a1b9dbff1bd4b634716ed01996fa1e8577bea354


commit a1b9dbff1bd4b634716ed01996fa1e8577bea354
Author: Mats Erik Andersson <address@hidden>
Date:   Thu Aug 15 11:11:46 2013 +0200

    Make test robust.

diff --git a/ChangeLog b/ChangeLog
index 0d3c0b0..5594da0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-15  Mats Erik Andersson  <address@hidden>
+
+       * tests/inetd.sh (write_conf): Use numerical address
+       for localhost.  This avoids dependency on system set-up.
+
 2013-08-14  Mats Erik Andersson  <address@hidden>
 
        * tests/inetd.sh: New file.
diff --git a/tests/inetd.sh b/tests/inetd.sh
index c990b9c..e16f9a5 100755
--- a/tests/inetd.sh
+++ b/tests/inetd.sh
@@ -115,7 +115,7 @@ clean_testdir () {
 # Write a fresh configuration file.  Port is input parameter.
 write_conf () {
     # First argument is port number.  Node is fixed as localhost.
-    echo "localhost:$1 stream tcp4 nowait $USER $ADDRPEEK addrpeek addr" \
+    echo "127.0.0.1:$1 stream tcp4 nowait $USER $ADDRPEEK addrpeek addr" \
        > $CONF
 }
 

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

Summary of changes:
 ChangeLog      |    5 +++++
 tests/inetd.sh |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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