* main - tests: fix unfinished check for 4.18 kernel
@ 2021-03-28 12:23 Zdenek Kabelac
0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2021-03-28 12:23 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=afbaab20c72515231740a1a6827d0110c6ff59cf
Commit: afbaab20c72515231740a1a6827d0110c6ff59cf
Parent: f584f0cd9e84c33128200897eebd6edb22557167
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Sun Mar 28 00:16:54 2021 +0100
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Sun Mar 28 00:21:38 2021 +0100
tests: fix unfinished check for 4.18 kernel
---
test/shell/thin-flags.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/shell/thin-flags.sh b/test/shell/thin-flags.sh
index 0b3148a9c..795d47ae5 100644
--- a/test/shell/thin-flags.sh
+++ b/test/shell/thin-flags.sh
@@ -99,9 +99,9 @@ lvs -ao+seg_pe_ranges $vg
# needs_check needs newer version
THINMINVER="1 20 0"
-aux kernel_at_least 4.18 && THINMINVER="1 19 0" # kernel >=4.18 already had changes from 1.20
+aux kernel_at_least 4 18 && THINMINVER="1 19 0" # kernel >=4.18 already had changes from 1.20
-if aux have_thin $THINVER ; then
+if aux have_thin $THINMINVER ; then
check lv_attr_bit state $vg/pool "a"
dmsetup suspend $vg-pool-tpool
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-03-28 12:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-28 12:23 main - tests: fix unfinished check for 4.18 kernel Zdenek Kabelac
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.