From: Jim Meyering Date: Fri, 9 Mar 2001 18:23:29 +0000 (+0000) Subject: Reflect change in location of input-tty. X-Git-Tag: FILEUTILS-4_0_42~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b0132826ffdbb946afebc9111bf771131d3dc0f;p=thirdparty%2Fcoreutils.git Reflect change in location of input-tty. --- diff --git a/tests/stty/basic-1 b/tests/stty/basic-1 index ba7dfabe2f..5c0533b06d 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 a8ecb8d806..9b72f1a64f 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.