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