From a59b12d2a5eb92c1128a5d8ebcd03b1831962ce5 Mon Sep 17 00:00:00 2001 From: Niklas Cassel Date: Mon, 14 Jun 2021 13:49:05 +0000 Subject: [PATCH] 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 --- 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