[LTP] [PATCH v9 3/4] Remove disabled code in ioctl02.c
Marius Kittler
mkittler@suse.de
Thu Oct 26 13:47:14 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 4a502a724..8c6924386 100644
--- a/testcases/kernel/syscalls/ioctl/ioctl02.c
+++ b/testcases/kernel/syscalls/ioctl/ioctl02.c
@@ -122,20 +122,6 @@ static void 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(TFAIL, "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