test-tool: return SKIPPED exit code from 0191 when LBPPB = 1
Missed on my previous round. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -77,7 +77,7 @@ int T0191_writesame16_unmap_unaligned(const char *initiator, const char *url, in
|
|||||||
|
|
||||||
if (lbppb < 2) {
|
if (lbppb < 2) {
|
||||||
printf("LBPPB==%d Can not unmap fractional physical block\n", lbppb);
|
printf("LBPPB==%d Can not unmap fractional physical block\n", lbppb);
|
||||||
ret = -1;
|
ret = -2;
|
||||||
goto finished;
|
goto finished;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user