Blame test/ignrcase.awk

Packit 575503
BEGIN { IGNORECASE = 1 }
Packit 575503
{ sub(/y/, ""); print }