summaryrefslogtreecommitdiff
path: root/tests/stty
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-09 18:23:29 +0000
committerJim Meyering <jim@meyering.net>2001-03-09 18:23:29 +0000
commit5b0132826ffdbb946afebc9111bf771131d3dc0f (patch)
tree0a023d9a29e1398544ab0db82df095aa4d3beb5d /tests/stty
parent197061600e596ecbd48ca41e807adbdb77dca9d1 (diff)
downloadcoreutils-5b0132826ffdbb946afebc9111bf771131d3dc0f.tar.xz
Reflect change in location of input-tty.
Diffstat (limited to 'tests/stty')
-rwxr-xr-xtests/stty/basic-12
-rwxr-xr-xtests/stty/row-col-12
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/stty/basic-1 b/tests/stty/basic-1
index ba7dfabe2..5c0533b06 100755
--- a/tests/stty/basic-1
+++ b/tests/stty/basic-1
@@ -7,7 +7,7 @@ if test "$VERBOSE" = yes; then
fi
# Make sure there's a tty on stdin.
-. $srcdir/input-tty
+. $srcdir/../input-tty
# The following list of reversible options was generated with
# grep -w REV stty.c|sed -n '/^ {"/{s//REV_/;s/".*/=1/;p;}'|fmt
diff --git a/tests/stty/row-col-1 b/tests/stty/row-col-1
index a8ecb8d80..9b72f1a64 100755
--- a/tests/stty/row-col-1
+++ b/tests/stty/row-col-1
@@ -12,7 +12,7 @@ COLUMNS=80
export COLUMNS
# Make sure there's a tty on stdin.
-. $srcdir/input-tty
+. $srcdir/../input-tty
# Versions of GNU stty from shellutils-1.9.2c and earlier failed
# tests #2 and #4 when run on SunOS 4.1.3.