summaryrefslogtreecommitdiff
path: root/tests/input-tty
AgeCommit message (Collapse)Author
2008-09-08tests: move input-tty into a test-lib.sh functionJim Meyering
* tests/test-lib.sh (require_controlling_input_terminal_): New function, from * tests/input-tty: ...here. Remove file. * tests/Makefile.am (EXTRA_DIST): Remove input-tty. * tests/mv/i-3: Use the function, not the file. * tests/misc/stty: Likewise. * tests/misc/stty-row-col: Likewise. * tests/misc/stty-invalid: Likewise.
2004-06-23Replace all occurrences of `(exit N); exit' withJim Meyering
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx.
2003-07-12Also check `test -t 1'.Jim Meyering
This is necessary on linux-2.4.21, otherwise, the test stty/basic-1 would hang when run in the background.
2002-07-19*** empty log message ***Jim Meyering
2002-07-19tweak for better exitJim Meyering
2001-03-09moved from stty/~Jim Meyering