diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-19 09:54:18 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-19 09:54:18 +0300 |
commit | f89f146a084b2368f52543aa2f197f19f210936d (patch) | |
tree | 5e317d20bdcda9027c41216120785ab72fe48ad5 | |
parent | 5ff0c8cd5bd07d03af406746e1012ffbf5ffb17a (diff) | |
parent | c5f3598c026a7ad286fa7f0020acba41759c7bdb (diff) | |
download | egawk-f89f146a084b2368f52543aa2f197f19f210936d.tar.gz egawk-f89f146a084b2368f52543aa2f197f19f210936d.tar.bz2 egawk-f89f146a084b2368f52543aa2f197f19f210936d.zip |
Merge branch 'master' into feature/fix-comments
-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 |