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

tests: avoid race check

This commit is contained in:
Zdenek Kabelac 2024-04-24 13:54:05 +02:00
parent baebd7ca29
commit 68a8555d69

View File

@ -75,6 +75,7 @@ if [ $PROGRESS -eq 1 ]
then
not check lv_field $vg/$lv1 sync_percent "100.00"
else
aux wait_for_sync $vg $lv1
check lv_field $vg/$lv1 sync_percent "100.00"
fi