// Package expected contains data shared between test helper and test harness. package expected const ( // Magic are magic bytes in the binfmt test case. Magic = "\xca\xfe\xba\xbe\xfd\xfd" // Full is the full content of the binfmt test case executable. Full = Magic + ":3" )