]> sourceware.org Git - lvm2.git/commitdiff
tests: check [unknown] in lvmetad-pvscan-cache
authorDavid Teigland <teigland@redhat.com>
Mon, 29 Feb 2016 18:43:07 +0000 (12:43 -0600)
committerDavid Teigland <teigland@redhat.com>
Mon, 29 Feb 2016 18:43:07 +0000 (12:43 -0600)
Update test for new [unknown] VG name from
commit 250b9153.

test/shell/lvmetad-pvscan-cache.sh

index 22c9b5e163f0fda3a90972c3f995999a47a26e81..501eec5108d6636e69754bd9e89769ea177d6c98 100644 (file)
@@ -32,7 +32,7 @@ vgs | grep $vg1
 pvchange --metadataignore y "$dev1"
 aux disable_dev "$dev2"
 pvscan --cache
-check pv_field "$dev1" vg_name ""
+check pv_field "$dev1" vg_name "[unknown]"
 aux enable_dev "$dev2"
 pvscan --cache
 check pv_field "$dev1" vg_name "$vg1"
This page took 0.075692 seconds and 5 git commands to generate.