1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: typos in test logging

This commit is contained in:
Zdenek Kabelac 2024-08-30 12:10:26 +02:00
parent 26a6c69a87
commit 0e52e215a8
2 changed files with 2 additions and 2 deletions

View File

@ -92,5 +92,5 @@ not lvm pvdata
if lvm nonexistingcommand ; then
die "lvm must fail"
elif [ "$?" != "2" ] ; then
die "lvm sould return code 2"
die "lvm should return code 2"
fi

View File

@ -116,7 +116,7 @@ for mdacp in 1 2; do
pvunignore_ "$dev2"
pvunignore_ "$dev4"
pvunignore_ "$dev5"
echo vgcreate $SHARED succeds with small value of --metadatacopies, ignores mdas
echo vgcreate $SHARED succeeds with small value of --metadatacopies, ignores mdas
vgcreate $SHARED --vgmetadatacopies 1 $vg "$dev1" "$dev2" "$dev4" "$dev5"
check vg_field $vg vg_mda_copies 1
check vg_field $vg vg_mda_count $(( mdacp * 4 ))