diff options
author | Jim Meyering <jim@meyering.net> | 2006-06-11 08:12:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-06-11 08:12:37 +0000 |
commit | ba2948b76496486bac9d0681145dbd912af80b6e (patch) | |
tree | fe60852dc0fb6dba2ff3e18f90077fcff5962593 /ChangeLog | |
parent | 13d0cd669e1f1ecc19d4087fed2ec5dea23d94a2 (diff) | |
download | coreutils-ba2948b76496486bac9d0681145dbd912af80b6e.tar.xz |
Setting TIME_STYLE=long-iso in the environment would make the
cp/same-file test fail.
* tests/envvar-check (vars): Add TIME_STYLE to the list.
* tests/cp/same-file: Revert last change.
Source the envvar-check script, to ensure that TIME_STYLE
settings don't affect these tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-06-11 Jim Meyering <jim@meyering.net> + + Setting TIME_STYLE=long-iso in the environment would make the + cp/same-file test fail. + * tests/envvar-check (vars): Add TIME_STYLE to the list. + * tests/cp/same-file: Revert last change. + Source the envvar-check script, to ensure that TIME_STYLE + settings don't affect these tests. + 2006-06-11 Paul Eggert <eggert@cs.ucla.edu> * tests/cp/same-file: Execute 'ls' in the C locale, so that it |