From: Niklas Cassel Date: Mon, 14 Jun 2021 13:49:05 +0000 (+0000) Subject: t/zbd: update test case 42 X-Git-Tag: fio-3.28~52 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=a59b12d2a5eb92c1128a5d8ebcd03b1831962ce5 t/zbd: update test case 42 Update test case 42 to grep for the new string printed by fio when --zonesize=0 is supplied. Signed-off-by: Niklas Cassel Signed-off-by: Jens Axboe --- 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.