aboutsummaryrefslogtreecommitdiffstats
path: root/test/nonfatal1.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/nonfatal1.awk')
-rw-r--r--test/nonfatal1.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/nonfatal1.awk b/test/nonfatal1.awk
index a9228f3a..b782266d 100644
--- a/test/nonfatal1.awk
+++ b/test/nonfatal1.awk
@@ -1,6 +1,6 @@
BEGIN {
PROCINFO["NONFATAL"]
- # note that ":" is not a valid hostname character
- print |& "/inet/tcp/0/local:host/25"
+ # note the bad characters in the hostname
+ print |& "/inet/tcp/0/local@#!%host/25"
print (ERRNO != "")
}