Blame test/fwtest.awk

Packit Service f629e6
BEGIN {  FIELDWIDTHS = "1 1 1" }
Packit Service f629e6
{ print NF, $1, $2, $3 }