tests: drop duplicate PR-unsupported log messages
The helper function -2 return paths already print this message, so the duplicate in the caller can be dropped. Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
@@ -40,7 +40,6 @@ test_prin_serviceaction_range(void)
|
||||
/* verify PRIN/READ_KEYS works -- XXX redundant -- remove this? */
|
||||
ret = prin_read_keys(sd, &task, NULL);
|
||||
if (ret == -2) {
|
||||
logging(LOG_NORMAL, "[SKIPPED] PERSISTEN RESERVE IN is not implemented.");
|
||||
CU_PASS("PERSISTENT RESERVE IN is not implemented.");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user