Description: make sure test/inc/test-deb359167 honors valgrind.supp
Author: Alexander Zangerl <az@debian.org>
--- a/test/valgrind.supp
+++ b/test/valgrind.supp
@@ -109,3 +109,20 @@
    fun:fgets
    fun:mts_read_conf_file
 }
+
+{
+   Syscall param msgsnd(msgp->mtext) points to uninitialised byte(s) [under fakeroot]
+   Memcheck:Param
+   msgsnd(msgp->mtext)
+   ...
+   obj:*libfakeroot*.so
+}
+
+{
+ Syscall param stat(file_name) points to uninitialised byte(s) [under fakeroot]
+ Memcheck:Param
+ stat(file_name)
+ ...
+ obj:*libfakeroot*.so
+}
+
