diff options
| author | Jim Meyering <jim@meyering.net> | 2002-07-19 21:35:56 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2002-07-19 21:35:56 +0000 |
| commit | 6c38ff8431822fa0ccca26cc93b79d5e46c67d4b (patch) | |
| tree | e616803aea4da807fa8822e6dd895bbd3b0aa5ca /old | |
| parent | Don't expect `ARGV_0=$0 exec ...' to work. (diff) | |
| download | coreutils-6c38ff8431822fa0ccca26cc93b79d5e46c67d4b.tar.gz coreutils-6c38ff8431822fa0ccca26cc93b79d5e46c67d4b.zip | |
*** empty log message ***
Diffstat (limited to 'old')
| -rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 157e868b8..6c18392ea 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. |
