You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
624 B
26 lines
624 B
6 years ago
|
From 1442501b9eee46a959f3480600e2a63c831e9d9e Mon Sep 17 00:00:00 2001
|
||
|
From: Kamil Dudka <kdudka@redhat.com>
|
||
|
Date: Wed, 1 Mar 2017 15:11:34 +0100
|
||
|
Subject: [PATCH] test313: suppress a bug newly detected by valgrind (#1427883)
|
||
|
|
||
|
---
|
||
|
tests/data/test313 | 3 +++
|
||
|
1 file changed, 3 insertions(+)
|
||
|
|
||
|
diff --git a/tests/data/test313 b/tests/data/test313
|
||
|
index c54495a..aada83c 100644
|
||
|
--- a/tests/data/test313
|
||
|
+++ b/tests/data/test313
|
||
|
@@ -35,5 +35,8 @@ perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0
|
||
|
<errorcode>
|
||
|
60
|
||
|
</errorcode>
|
||
|
+<valgrind>
|
||
|
+disable
|
||
|
+</valgrind>
|
||
|
</verify>
|
||
|
</testcase>
|
||
|
--
|
||
|
2.9.3
|
||
|
|