summaryrefslogtreecommitdiff
path: root/tests/mv/i-3
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-09-07 11:54:43 +0200
committerJim Meyering <meyering@redhat.com>2008-09-08 08:20:03 +0200
commit22e5102f1961c5552d20c3791cbc99b6b001e83f (patch)
tree199738dcde259cded44e1d925faa7fa68739cb0c /tests/mv/i-3
parente4fa3e78088d7bc088d40283edcdd7393d6a5741 (diff)
downloadcoreutils-22e5102f1961c5552d20c3791cbc99b6b001e83f.tar.xz
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.
Diffstat (limited to 'tests/mv/i-3')
-rwxr-xr-xtests/mv/i-32
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/i-3 b/tests/mv/i-3
index eed3c8b66..9d8b03ecd 100755
--- a/tests/mv/i-3
+++ b/tests/mv/i-3
@@ -22,8 +22,8 @@ if test "$VERBOSE" = yes; then
mv --version
fi
-. $srcdir/input-tty
. $srcdir/test-lib.sh
+require_controlling_input_terminal_
skip_if_root_
touch f g h i || framework_failure