diff options
Diffstat (limited to 'test/shell/lvconvert-cache.sh')
-rw-r--r-- | test/shell/lvconvert-cache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/lvconvert-cache.sh b/test/shell/lvconvert-cache.sh index cab5964b1..58274dea7 100644 --- a/test/shell/lvconvert-cache.sh +++ b/test/shell/lvconvert-cache.sh @@ -144,7 +144,7 @@ lvcreate -H -L 4 -n corigin --cachepool $vg/cpool # unsupported yet fail lvconvert --repair $vg/cpool 2>&1 | tee out -grep "not yet implemented" out +grep "Cannot convert internal LV" out lvremove -f $vg |