Tests: Make null pointer asserts abort the test

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2016-02-20 15:30:00 -08:00
parent 0f886b7d3a
commit 72cfdbb5f1
14 changed files with 109 additions and 110 deletions

View File

@@ -44,7 +44,6 @@ test_read10_simple(void)
CU_ASSERT_EQUAL(ret, 0);
}
logging(LOG_VERBOSE, "Test READ10 of 1-256 blocks at the end of the LUN");
for (i = 1; i <= 256; i++) {
if (maximum_transfer_length && maximum_transfer_length < i) {