Blame test/getline2.awk

Packit 575503
BEGIN { while( getline > 0) { print } }