diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-02 20:37:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-02 20:37:10 +0000 |
commit | ad1faa0f288f3dca617837700f838f6df81c75c4 (patch) | |
tree | 67aa7ab9628bd2365d8d43ee2e6ab05d71843868 | |
parent | a49c7ccfe16be3716de005ce9780e29ed31bb4ea (diff) | |
download | coreutils-ad1faa0f288f3dca617837700f838f6df81c75c4.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ * Version 6.0-cvs. + * tests/dd/skip-seek (sk-seek4): New test, to exercise the bug + fixed on 2005-10-31. This test uses the new, IN_PIPE specifier. + * tests/Coreutils.pm: Accept a new type of input specifier: IN_PIPE, + to indicate that the input file should be piped into the command + under test (via `cat FILE | $prog ...'). + * src/remove.c (remove_entry): Emit a better diagnostic when rm (without -r) fails to remove a directory on a non-Linux system. This change affects only newer Solaris systems (with priv_* |