From 28c7ef509e56e5fc1619afcdcf2fc3243bf2da36 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 12 Nov 2006 08:22:46 +0100 Subject: 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. --- tests/mv/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/mv/Makefile.am') diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index 927bac89b..57581cd88 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -46,5 +46,6 @@ TESTS = \ EXTRA_DIST = $(TESTS) vfat TESTS_ENVIRONMENT = \ PERL="$(PERL)" \ + EGREP="$(EGREP)" \ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ PROG=mv -- cgit v1.2.3-54-g00ecf