]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Reflect change in location of input-tty.
authorJim Meyering <jim@meyering.net>
Fri, 9 Mar 2001 18:23:29 +0000 (18:23 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 9 Mar 2001 18:23:29 +0000 (18:23 +0000)
tests/stty/basic-1
tests/stty/row-col-1

index ba7dfabe2fc936c3f7be832103f8028a7e6244dd..5c0533b06d84583ddb85cdcc3db336a5a55b8e84 100755 (executable)
@@ -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
index a8ecb8d806cc5a8bca7b15508b0c03f0af0f5fcc..9b72f1a64ffadc9bbbd1b6fb90ad7af6a4506e60 100755 (executable)
@@ -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.