1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

tests: skip test when dm-delay is not available

This commit is contained in:
Zdenek Kabelac 2020-01-21 16:49:53 +01:00
parent 5ab4d44a3b
commit 62888e9c76

View File

@ -17,6 +17,10 @@ SKIP_WITH_LVMPOLLD=1
. lib/inittest
# skip test early if there is no 'delay' target available
aux target_at_least dm-delay 1 1 0 || skip "missing dm-delay target"
touch HAVE_DM_DELAY
#
# Main
#