summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-08-02 00:04:35 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2017-08-02 00:04:35 +0200
commit5dd53943c9bee9d55cde9c8fee27a2e3ea031327 (patch)
tree2fadc49582448bfc8a27bbe177033a3fed0a32ea
parent19bd65207e2aec48a8d6194aefac9be05a13d944 (diff)
downloadlvm2-5dd53943c9bee9d55cde9c8fee27a2e3ea031327.tar.gz
tests: update checked message
-rw-r--r--test/shell/lvconvert-thin.sh4
1 files 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