diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-09 08:47:33 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-09 08:47:33 +0100 |
commit | 222b7c46bd717f17bcfa40219eecffaf56a5369b (patch) | |
tree | 9cc9b0af43eef9d6f966710b8788fdeba45db133 /ChangeLog | |
parent | 4bf9fe82c059fae6bc9e68a479aadce9b4704c1f (diff) | |
download | coreutils-222b7c46bd717f17bcfa40219eecffaf56a5369b.tar.xz |
Avoid test failures on Darwin 7.9.0 (MacOS X 10.3.9)
* tests/chgrp/basic: Don't let failure by chgrp to set the
group of a symlink make this test fail. Do give a diagnostic.
In the chgrp-no-change-ctime test, add darwin7.9.0 as another
known-failing system.
When failing on some other system, print $host_triplet, too.
Reported by Peter Fales.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-03-09 Jim Meyering <jim@meyering.net> + + Avoid test failures on Darwin 7.9.0 (MacOS X 10.3.9) + * tests/chgrp/basic: Don't let failure by chgrp to set the + group of a symlink make this test fail. Do give a diagnostic. + In the chgrp-no-change-ctime test, add darwin7.9.0 as another + known-failing system. + When failing on some other system, print $host_triplet, too. + Reported by Peter Fales. + 2007-03-08 Jim Meyering <jim@meyering.net> * src/c99-to-c89.diff: Reflect the new c99'ism, update offsets. |