diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-28 22:10:08 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-28 22:10:08 +0300 |
commit | 834c4e7da954326f385a2bce21e963e3063e145a (patch) | |
tree | f3d1202e100f168aa286581c7bff9861583c216f /test | |
parent | 3dc121c0569474fc156e2bdef809fb486a595fc9 (diff) | |
download | egawk-834c4e7da954326f385a2bce21e963e3063e145a.tar.gz egawk-834c4e7da954326f385a2bce21e963e3063e145a.tar.bz2 egawk-834c4e7da954326f385a2bce21e963e3063e145a.zip |
Use gai_strerror for error messages if getaddrinfo fails.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/nonfatal1.ok | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 756386af..391828ae 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2017-08-28 Arnold D. Robbins <arnold@skeeve.com> + + * nonfatal1.ok: Update after code change. + 2017-08-23 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (testext): Fix spelling of testexttmp.txt. diff --git a/test/nonfatal1.ok b/test/nonfatal1.ok index 51583f2c..4c9ab576 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 (local:host, 25) invalid: Name or service not known 1 |