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 /test/nonfatal1.awk | |
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
Diffstat (limited to 'test/nonfatal1.awk')
-rw-r--r-- | test/nonfatal1.awk | 2 |
1 files changed, 1 insertions, 1 deletions
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 != "") } |