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:
David Disseldorp
2018-05-29 16:36:38 +02:00
parent 054528ed2d
commit 58642c6d72
9 changed files with 0 additions and 9 deletions

View File

@@ -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;
}