From 5dd53943c9bee9d55cde9c8fee27a2e3ea031327 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 2 Aug 2017 00:04:35 +0200 Subject: [PATCH] tests: update checked message --- test/shell/lvconvert-thin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/shell/lvconvert-thin.sh b/test/shell/lvconvert-thin.sh index 587f922f9..1f8d2edb9 100644 --- a/test/shell/lvconvert-thin.sh +++ b/test/shell/lvconvert-thin.sh @@ -80,8 +80,8 @@ lvremove -f $vg lvcreate -L1T -n $lv1 $vg lvcreate -L32 -n $lv2 $vg lvconvert --yes -c 8M --type thin-pool $vg/$lv1 2>&1 | tee err -# Check tther is warning for large chunk size and zeroing enabled -grep "Pool zeroing and large" err +# Check there is a warning for large chunk size and zeroing enabled +grep "WARNING: Pool zeroing and" err UUID=$(get lv_field $vg/$lv2 uuid) # Fail is pool is active # TODO maybe detect inactive pool and deactivate -- 2.43.5