diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-19 09:53:39 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-19 09:53:39 +0300 |
commit | c5f3598c026a7ad286fa7f0020acba41759c7bdb (patch) | |
tree | 8ca9428f557e83d1b4dd345cbf8fd446e84dd460 | |
parent | dc99abc9803ae1d6481eb2da77b6c67eb9d5880d (diff) | |
parent | 84d776126c7bb7cae41a7d870232ef05b4e34fbd (diff) | |
download | egawk-c5f3598c026a7ad286fa7f0020acba41759c7bdb.tar.gz egawk-c5f3598c026a7ad286fa7f0020acba41759c7bdb.tar.bz2 egawk-c5f3598c026a7ad286fa7f0020acba41759c7bdb.zip |
Merge branch 'gawk-4.2-stable'
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/nonfatal1.awk | 2 | ||||
-rw-r--r-- | test/nonfatal1.ok | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c47ad6a0..3f5a274d 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2018-04-19 Arnold D. Robbins <arnold@skeeve.com> + + * nonfatal1.awk, nonfatal1.ok: Change to use 1.2.3.4.5 + as the host. Thanks again to Mike Burkett <vidgizmo@gmail.com>. + 2018-04-17 Arnold D. Robbins <arnold@skeeve.com> * nonfatal1.awk, nonfatal1.ok: Add a bunch of bad characters diff --git a/test/nonfatal1.awk b/test/nonfatal1.awk index b782266d..55883d66 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/local@#!%host/25" + print |& "/inet/tcp/0/1.2.3.4.5/25" print (ERRNO != "") } diff --git a/test/nonfatal1.ok b/test/nonfatal1.ok index 1d176f17..be8dcc95 100644 --- a/test/nonfatal1.ok +++ b/test/nonfatal1.ok @@ -1,2 +1,2 @@ -gawk: nonfatal1.awk:4: warning: remote host and port information (local@#!%host, 25) invalid +gawk: nonfatal1.awk:4: warning: remote host and port information (1.2.3.4.5, 25) invalid 1 |