Change #254221
| Category | gcoreutils |
| Changed by | Christopher Illarionova <drydench@amazon.com> |
| Changed at | Mon 05 Jan 2026 18:20:54 |
| Repository | git://git.savannah.gnu.org/coreutils.git |
| Project | gcoreutils |
| Branch | master |
| Revision | e1994cd9ac835d3cb8e7224aa7e3bf8ef1469699 |
Comments
tests: stty: add require_controlling_input_terminal_ to bad-speed test The bad-speed test runs 'stty ispeed 9600' without a --file argument, which requires a controlling terminal. Without it, stty fails early with 'Inappropriate ioctl for device' before reaching cfsetispeed, causing the test to skip with a misleading 'LD_PRELOAD interception failed' message. * tests/stty/bad-speed.sh: Add require_controlling_input_terminal_ to match the other stty tests (stty.sh, stty-pairs.sh, stty-row-col.sh, stty-invalid.sh) which all require a controlling terminal. From https://github.com/coreutils/coreutils/pull/160
Changed files
- tests/stty/bad-speed.sh