diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c index 45138f1d..5cef2e68 100644 --- a/unit/test-stkutil.c +++ b/unit/test-stkutil.c @@ -82,6 +82,7 @@ static inline void check_common_byte_array( } g_assert(command->len != 0); + g_assert(command->len == test->len); g_assert(g_mem_equal(command->array, test->array, test->len)); }