TESTS: fixup the first-log-line of each test

This commit is contained in:
Ronnie Sahlberg
2013-01-15 18:31:18 -08:00
parent e6d2c0713c
commit a57ef69c8e
6 changed files with 12 additions and 6 deletions

View File

@@ -28,7 +28,8 @@ test_testunitready_simple(void)
{
int ret;
logging(LOG_VERBOSE, "\n Test TESTUNITREADY");
logging(LOG_VERBOSE, "");
logging(LOG_VERBOSE, "Test TESTUNITREADY");
ret = testunitready(iscsic, tgt_lun);
CU_ASSERT_EQUAL(ret, 0);
}