]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 19 Jul 2002 21:35:56 +0000 (21:35 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 19 Jul 2002 21:35:56 +0000 (21:35 +0000)
old/fileutils/ChangeLog

index 157e868b8a177900e142b69cac3fb2209c58689e..6c18392ead3d08339c1544f427a426fe5f728d15 100644 (file)
@@ -2,6 +2,15 @@
 
        * Version 4.1.10.
 
+       * tests/rm/fail-eperm: Don't expect `ARGV_0=$0 exec ...' to work.
+       It doesn't work with /bin/sh of Solaris5.6.
+       Use an explicit `export ARGV_0' instead.
+       [comparing actual and expected output]: Don't match the entire line,
+       but rather just the `rm: cannot remove `$dir/$f':' part.
+
+       * tests/rm/dangling-symlink: Use input-tty rather than
+       testing for /dev/stdin.
+
        * tests/Makefile.am (EXTRA_DIST): Add input-tty.
        * tests/input-tty: New file.