aboutsummaryrefslogtreecommitdiff
path: root/tests/ipmi-bt-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ipmi-bt-test.c')
-rw-r--r--tests/ipmi-bt-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ipmi-bt-test.c b/tests/ipmi-bt-test.c
index be9005eb85..65d05b3d43 100644
--- a/tests/ipmi-bt-test.c
+++ b/tests/ipmi-bt-test.c
@@ -309,7 +309,7 @@ static void test_connect(void)
uint8_t msg[100];
unsigned int msglen;
static uint8_t exp1[] = { 0xff, 0x01, 0xa1 }; /* A protocol version */
- static uint8_t exp2[] = { 0x08, 0x1f, 0xa1 }; /* A capabilities cmd */
+ static uint8_t exp2[] = { 0x08, 0x3f, 0xa1 }; /* A capabilities cmd */
FD_ZERO(&readfds);
FD_SET(emu_lfd, &readfds);