3 # Make sure it finds real one this time.
5 valgrind
-q --num-callers=8 --suppressions=tests
/vg-suppressions
--log-fd=3 `basename $0` "$@" 3>/tmp
/valgrind
8 if [ -s /tmp
/valgrind
]; then
9 echo VALGRIND FAILED
for $0 "$@" > /proc
/$PPID/fd
/1
10 cat /tmp
/valgrind
> /proc
/$PPID/fd
/1