Blame test/nonfatal1.awk

Packit 575503
BEGIN {
Packit 575503
	PROCINFO["NONFATAL"]
Packit 575503
	# note that ":" is not a valid hostname character
Packit 575503
	print |& "/inet/tcp/0/local:host/25"
Packit 575503
	print (ERRNO != "")
Packit 575503
}