Blame test/rebuild.awk

Packit 575503
{
Packit 575503
	$1 = "test"
Packit 575503
	print $0
Packit 575503
	print typeof($2)
Packit 575503
}