Blame test/rs.awk

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