aboutsummaryrefslogtreecommitdiffstats
path: root/test/nonfatal1.awk
blob: a9228f3aaa9ea8eb6433532c076f1752c0d900b8 (plain)
1
2
3
4
5
6
BEGIN {
	PROCINFO["NONFATAL"]
	# note that ":" is not a valid hostname character
	print |& "/inet/tcp/0/local:host/25"
	print (ERRNO != "")
}