Blame test/ofmts.awk

Packit 575503
BEGIN { OFMT= "%s" }
Packit 575503
{ $1 + $2; print $1, $2 }