prepare for changing the default of --read-inline-info
suppvarinfo5 is using suppression entries that explicitely checks
for a stack trace without inline info.
So, indicate to not read the inline info.
This also means we will have (and keep) at least one test testing the
behaviour of --read-inline-info=no


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14420 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/memcheck/tests/suppvarinfo5.vgtest b/memcheck/tests/suppvarinfo5.vgtest
index 6c1e58e..29f4ee1 100644
--- a/memcheck/tests/suppvarinfo5.vgtest
+++ b/memcheck/tests/suppvarinfo5.vgtest
@@ -1,3 +1,3 @@
 prog: varinfo5
-vgopts: -q --suppressions=suppvarinfo5.supp
+vgopts: -q --read-inline-info=no --suppressions=suppvarinfo5.supp