]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 9 Mar 2001 18:23:45 +0000 (18:23 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 9 Mar 2001 18:23:45 +0000 (18:23 +0000)
old/sh-utils/ChangeLog

index b0ae65b1a0cbd3c23c8b1120b3d76be09282b43d..56f08bc98f50998bd4d8d533a7eeae9f31e3d53a 100644 (file)
@@ -1,3 +1,21 @@
+2001-03-09  Jim Meyering  <meyering@lucent.com>
+
+       * tests/help-version: Ensure that /dev/full is a character device
+       (using test -c) as well as being writable, before trying to write to it.
+       Otherwise, the test could mistakenly append a newline to an existing,
+       regular, writable, /dev/full file.
+       Suggested by Ulrich Drepper.
+
+2001-03-07  Jim Meyering  <meyering@lucent.com>
+
+       * tests/stty/Makefile.am (EXTRA_DIST): Remove input-tty.
+       * tests/Makefile.am (EXTRA_DIST): Add input-tty.
+
+       * tests/stty/basic-1: Reflect change in location of input-tty.
+       * tests/stty/row-col: Likewise.
+       * tests/stty/input-tty: Move this file...
+       * tests/input-tty: ... to here.
+
 2001-02-24  Paul Eggert  <eggert@twinsun.com>
 
        * doc/sh-utils.texi: Fix typo: '-d=1may' -> '-d 1may'.