[LTP] [PATCH 12/15] fcntl{34,36}: Remove kernel >= 3.15 check
Petr Vorel
pvorel@suse.cz
Mon May 27 08:33:43 CEST 2024
Since 9e9654cf2 LTP supports kernel >= 4.4.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
testcases/kernel/syscalls/fcntl/fcntl34.c | 1 -
testcases/kernel/syscalls/fcntl/fcntl36.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/testcases/kernel/syscalls/fcntl/fcntl34.c b/testcases/kernel/syscalls/fcntl/fcntl34.c
index 45e693fe6..7c3cea05f 100644
--- a/testcases/kernel/syscalls/fcntl/fcntl34.c
+++ b/testcases/kernel/syscalls/fcntl/fcntl34.c
@@ -125,7 +125,6 @@ static void test01(void)
}
static struct tst_test test = {
- .min_kver = "3.15.0",
.needs_tmpdir = 1,
.test_all = test01,
.setup = setup
diff --git a/testcases/kernel/syscalls/fcntl/fcntl36.c b/testcases/kernel/syscalls/fcntl/fcntl36.c
index e84b7ed0c..fabdbe905 100644
--- a/testcases/kernel/syscalls/fcntl/fcntl36.c
+++ b/testcases/kernel/syscalls/fcntl/fcntl36.c
@@ -387,7 +387,6 @@ static void tests(unsigned int i)
}
static struct tst_test test = {
- .min_kver = "3.15",
.needs_tmpdir = 1,
.test = tests,
.tcnt = ARRAY_SIZE(tcases),
--
2.43.0
More information about the ltp
mailing list