From 8c21fd00c98582703f1d0f701cd5bbfca2644b40 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 19 Feb 2024 11:37:58 +0100 Subject: Adding upstream version 1.8. Signed-off-by: Daniel Baumann --- test/mi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mi.c') diff --git a/test/mi.c b/test/mi.c index a09c108..a86ba15 100644 --- a/test/mi.c +++ b/test/mi.c @@ -306,7 +306,7 @@ static void test_invalid_crc(nvme_mi_ep_t ep) test_set_transport_callback(ep, test_invalid_crc_cb, NULL); rc = nvme_mi_mi_read_mi_data_subsys(ep, &ss_info); - assert(rc != 0); + assert(rc < 0); } /* test: test that the controller list populates the endpoint's list of -- cgit v1.2.3