diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-12 09:33:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-12 09:33:40 +0000 |
commit | e1fb2a80bb2d4207910126837b79d4c5fd53d911 (patch) | |
tree | b07abebd11dd0f9856ee26821b750e1cc4fb8557 /ChangeLog | |
parent | fb15bc880ae64ac6ca046021221f53a83f66727f (diff) | |
download | coreutils-e1fb2a80bb2d4207910126837b79d4c5fd53d911.tar.xz |
* tests/mv/atomic: Check for specific strace output, rather than
simply nonempty. RHEL AS 4 would fail this test due to strace
generating "[ Process PID=14434 runs in 32 bit mode. ]".
Reported by Nelson Beebe.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-09-12 Jim Meyering <jim@meyering.net> + + * tests/mv/atomic: Check for specific strace output, rather than + simply nonempty. RHEL AS 4 would fail this test due to strace + generating "[ Process PID=14434 runs in 32 bit mode. ]". + Reported by Nelson Beebe. + 2006-09-11 Jim Meyering <jim@meyering.net> * src/remove.c (remove_dir): Move new cache_stat_init call onto |