aboutsummaryrefslogtreecommitdiffstats
path: root/test/nonfatal1.awk
blob: 55883d66a6138a62068abeb0daaff50974ec8361 (plain)
1
2
3
4
5
6
BEGIN {
	PROCINFO["NONFATAL"]
	# note the bad characters in the hostname
	print |& "/inet/tcp/0/1.2.3.4.5/25"
	print (ERRNO != "")
}