[LTP] [PATCH v5 3/4] Remove disabled code in ioctl02.c
Marius Kittler
mkittler@suse.de
Tue Sep 19 12:24:44 CEST 2023
Signed-off-by: Marius Kittler <mkittler@suse.de>
---
testcases/kernel/syscalls/ioctl/ioctl02.c | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/testcases/kernel/syscalls/ioctl/ioctl02.c b/testcases/kernel/syscalls/ioctl/ioctl02.c
index b7548b4b3..b4db6ba86 100644
--- a/testcases/kernel/syscalls/ioctl/ioctl02.c
+++ b/testcases/kernel/syscalls/ioctl/ioctl02.c
@@ -148,20 +148,6 @@ static int chk_tty_parms(void)
termio.c_line);
flag++;
}
- /*
- * The following Code Sniffet is disabled to check the value of c_cflag
- * as it seems that due to some changes from 2.6.24 onwards, this
- * setting is not done properly for either of (B50|CS7|CREAD|PARENB|
- * PARODD|CLOCAL|(CREAD|HUPCL|CLOCAL).
- * However, it has been observed that other flags are properly set.
- */
-#if 0
- if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) {
- tst_res(TINFO, "cflag has incorrect value. %o",
- termio.c_cflag);
- flag++;
- }
-#endif
for (i = 0; i < NCC; i++) {
if (i == VEOL2) {
--
2.42.0
More information about the ltp
mailing list