diff --git a/common/bootcommand/pc_xt_driver_test.go b/common/bootcommand/pc_xt_driver_test.go index eb4ac621f..cd0e04ec8 100644 --- a/common/bootcommand/pc_xt_driver_test.go +++ b/common/bootcommand/pc_xt_driver_test.go @@ -89,7 +89,7 @@ func Test_pcxtSpecialOnOff(t *testing.T) { func Test_pcxtSpecial(t *testing.T) { in := "" - expected := []string{"0e", "4b", "e0", "cb"} + expected := []string{"e0", "4b", "e0", "cb"} var codes []string sendCodes := func(c []string) error { codes = c