diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-27 09:06:01 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-27 09:06:01 +0200 |
commit | 765d3a443f5121f148d47ec813069e1257212d5e (patch) | |
tree | fc401b8295e66f8198e3a5545af6d0f18c0e86df /test | |
parent | 1752d5ee472ce827ee66ea38c33085123575a033 (diff) | |
download | egawk-765d3a443f5121f148d47ec813069e1257212d5e.tar.gz egawk-765d3a443f5121f148d47ec813069e1257212d5e.tar.bz2 egawk-765d3a443f5121f148d47ec813069e1257212d5e.zip |
For non-fatal sockets, get a better error message.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/nonfatal1.ok | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 43482705..3b9f494f 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2015-02-27 Arnold D. Robbins <arnold@skeeve.com> + + * nonfatal1.ok: Update after code changes. + 2015-02-26 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (EXTRA_DIST): Add profile0.in which got forgotten diff --git a/test/nonfatal1.ok b/test/nonfatal1.ok index b96b8e27..b22393b2 100644 --- a/test/nonfatal1.ok +++ b/test/nonfatal1.ok @@ -1,2 +1,2 @@ -gawk: nonfatal1.awk:3: fatal: remote host and port information (ti10, 357) invalid -EXIT CODE: 2 +gawk: nonfatal1.awk:3: warning: remote host and port information (ti10, 357) invalid +Connection timed out |