Blame test/clos1way2.awk

Packit 575503
{
Packit 575503
	# We use "&&" and not ";" so it works with Windows shells as well.
Packit 575503
	cmd = "cat - 1>&2 && sleep 2"
Packit 575503
	print |& cmd; close(cmd, "to")
Packit 575503
	fflush(cmd)
Packit 575503
	print |& cmd; print ERRNO
Packit 575503
}