Blame test/nlinstr.awk

Packit 575503
BEGIN { RS = "" }
Packit 575503
Packit 575503
{
Packit 575503
	if (/^@/)
Packit 575503
		print "not ok"
Packit 575503
	else
Packit 575503
		print "ok"
Packit 575503
}