gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-296


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2961-g84d7761
Date: Thu, 19 Apr 2018 02:53:07 -0400 (EDT)

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 "gawk".

The branch, gawk-4.2-stable has been updated
       via  84d776126c7bb7cae41a7d870232ef05b4e34fbd (commit)
      from  de01864ccec043ee343de0e4ae17b6ccc27bd13c (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.sv.gnu.org/cgit/gawk.git/commit/?id=84d776126c7bb7cae41a7d870232ef05b4e34fbd

commit 84d776126c7bb7cae41a7d870232ef05b4e34fbd
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Apr 19 09:52:45 2018 +0300

    Update nonfatal1 test for bizarre ISPs.

diff --git a/test/ChangeLog b/test/ChangeLog
index c47ad6a..3f5a274 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-19         Arnold D. Robbins     <address@hidden>
+
+       * nonfatal1.awk, nonfatal1.ok: Change to use 1.2.3.4.5
+       as the host. Thanks again to Mike Burkett <address@hidden>.
+
 2018-04-17         Arnold D. Robbins     <address@hidden>
 
        * nonfatal1.awk, nonfatal1.ok: Add a bunch of bad characters
diff --git a/test/nonfatal1.awk b/test/nonfatal1.awk
index b782266..55883d6 100644
--- a/test/nonfatal1.awk
+++ b/test/nonfatal1.awk
@@ -1,6 +1,6 @@
 BEGIN {
        PROCINFO["NONFATAL"]
        # note the bad characters in the hostname
-       print |& "/inet/tcp/0/address@hidden/25"
+       print |& "/inet/tcp/0/1.2.3.4.5/25"
        print (ERRNO != "")
 }
diff --git a/test/nonfatal1.ok b/test/nonfatal1.ok
index 1d176f1..be8dcc9 100644
--- a/test/nonfatal1.ok
+++ b/test/nonfatal1.ok
@@ -1,2 +1,2 @@
-gawk: nonfatal1.awk:4: warning: remote host and port information 
(address@hidden, 25) invalid
+gawk: nonfatal1.awk:4: warning: remote host and port information (1.2.3.4.5, 
25) invalid
 1

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

Summary of changes:
 test/ChangeLog     | 5 +++++
 test/nonfatal1.awk | 2 +-
 test/nonfatal1.ok  | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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