From: Niklas Cassel <niklas.cassel@xxxxxxx> Update test case 42 to grep for the new string printed by fio when --zonesize=0 is supplied. Signed-off-by: Niklas Cassel <niklas.cassel@xxxxxxx> --- t/zbd/test-zbd-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/zbd/test-zbd-support b/t/zbd/test-zbd-support index a684f988..57e6d05e 100755 --- a/t/zbd/test-zbd-support +++ b/t/zbd/test-zbd-support @@ -922,7 +922,7 @@ test41() { test42() { require_regular_block_dev || return $SKIP_TESTCASE read_one_block --zonemode=zbd --zonesize=0 | - grep -q 'Specifying the zone size is mandatory for regular block devices with --zonemode=zbd' + grep -q 'Specifying the zone size is mandatory for regular file/block device with --zonemode=zbd' } # Check whether fio handles --zonesize=1 correctly for regular block devices. -- 2.25.1