tests: move input-tty into a test-lib.sh function
authorJim Meyering <meyering@redhat.com>
Sun, 7 Sep 2008 09:54:43 +0000 (11:54 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 8 Sep 2008 06:20:03 +0000 (08:20 +0200)
commit22e5102f1961c5552d20c3791cbc99b6b001e83f
tree199738dcde259cded44e1d925faa7fa68739cb0c
parente4fa3e78088d7bc088d40283edcdd7393d6a5741
tests: move input-tty into a test-lib.sh function

* 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.
tests/Makefile.am
tests/input-tty [deleted file]
tests/misc/stty
tests/misc/stty-invalid
tests/misc/stty-row-col
tests/mv/i-3
tests/test-lib.sh