TESTS: Fixes to the WRITESAME tests

This commit is contained in:
Ronnie Sahlberg
2013-08-25 15:26:36 -07:00
parent 1e5a256366
commit ab600e39b0
2 changed files with 0 additions and 3 deletions

View File

@@ -43,7 +43,6 @@ test_writesame16_unmap_vpd(void)
ret = writesame16(iscsic, tgt_lun, 0,
block_size, 1,
0, 1, 0, 0, NULL);
CU_ASSERT_EQUAL(ret, 0);
if (ret != 0) {
logging(LOG_VERBOSE, "WRITESAME16 UNMAP is not available. "