valgrind: do not require valgrind 3.4.0 or newer
commit5caa81d1b4f1b0b9ed73605ab1e4d91ba31a56b4
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 5 Feb 2009 21:03:00 +0000 (5 22:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Feb 2009 01:48:22 +0000 (5 17:48 -0800)
treec91e90aa6803843a9bfb9d276f56e8e5d8cf59a4
parenta6d63b749369f3ba9c6d2f382efd27838604b7db
valgrind: do not require valgrind 3.4.0 or newer

Valgrind 3.4.0 is pretty new, and even if --track-origins is a nice
feature, it is not the end of the world if that is not available.  So
play nice and use that option only when only an older version of
valgrind is available.

In the same spirit, refrain from the use of '...' in suppression
files, which is also a feature only valgrind 3.4 and newer understand.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/valgrind/default.supp
t/valgrind/valgrind.sh