Blame test/rs.awk

Packit 575503
BEGIN { RS = "" }
Packit 575503
{ print $1, $2 }