memcheck/tests/strchr: Add a regression test output variant

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13720 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/memcheck/tests/strchr.stderr.exp2 b/memcheck/tests/strchr.stderr.exp2
new file mode 100644
index 0000000..2006ab6
--- /dev/null
+++ b/memcheck/tests/strchr.stderr.exp2
@@ -0,0 +1,16 @@
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: index (vg_replace_strmem.c:...)
+   by 0x........: main (strchr.c:15)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: index (vg_replace_strmem.c:...)
+   by 0x........: main (strchr.c:15)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: rindex (vg_replace_strmem.c:...)
+   by 0x........: main (strchr.c:16)
+
+Conditional jump or move depends on uninitialised value(s)
+   at 0x........: rindex (vg_replace_strmem.c:...)
+   by 0x........: main (strchr.c:16)
+