TESTS: Fix startstopunit test

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2016-10-02 11:25:37 -07:00
parent 73fe55596d
commit c27db02a30
3 changed files with 11 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ test_startstopunit_simple(void)
logging(LOG_VERBOSE, "Verify we can read from the media.");
TESTUNITREADY(sd,
EXPECT_SANITIZE);
EXPECT_STATUS_GOOD);
logging(LOG_VERBOSE, "Test we can eject removable the media with IMMED==1");
STARTSTOPUNIT(sd, 0, 0, 0, 0, 1, 0,
@@ -78,5 +78,5 @@ test_startstopunit_simple(void)
logging(LOG_VERBOSE, "Verify we can access the media again.");
TESTUNITREADY(sd,
EXPECT_SANITIZE);
EXPECT_STATUS_GOOD);
}