diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-12 08:22:46 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-12 08:22:46 +0100 |
commit | 28c7ef509e56e5fc1619afcdcf2fc3243bf2da36 (patch) | |
tree | 09b038b65b7a76c146847868aabe124d09a64e31 /ChangeLog | |
parent | 7c96936a04c6a2eccc40f828aadac3e4be442b10 (diff) | |
download | coreutils-28c7ef509e56e5fc1619afcdcf2fc3243bf2da36.tar.xz |
Avoid false-positive when testing via valgrind.
* tests/mv/atomic: Grep strace output for a more specific pattern
than just "unlink", since that got a false positive when testing
under valgrind: unlink("/tmp/valgrind_proc_9657_cmdline_A51E9991") = 0
* tests/mv/Makefile.am (TESTS_ENVIRONMENT): Define EGREP.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-11-12 Jim Meyering <jim@meyering.net> + + Avoid false-positive when testing via valgrind. + * tests/mv/atomic: Grep strace output for a more specific pattern + than just "unlink", since that got a false positive when testing + under valgrind: unlink("/tmp/valgrind_proc_9657_cmdline_A51E9991") = 0 + * tests/mv/Makefile.am (TESTS_ENVIRONMENT): Define EGREP. + 2006-10-28 Jim Meyering <jim@meyering.net> * Makefile.maint (patch-check): Make it easier to regenerate |