Blame SOURCES/0107-curl-7.21.4-libidn-valgrind.patch

239702
From d6c42a5bf66d4d458b20836573d6989e53f7d423 Mon Sep 17 00:00:00 2001
239702
From: Kamil Dudka <kdudka@redhat.com>
239702
Date: Fri, 18 Feb 2011 17:49:59 +0100
239702
Subject: [PATCH] curl: work around valgrind bug (RHBZ#678518)
239702
239702
https://bugs.kde.org/show_bug.cgi?id=264936
239702
---
239702
 tests/data/test165 |    3 +++
239702
 1 files changed, 3 insertions(+), 0 deletions(-)
239702
239702
diff --git a/tests/data/test165 b/tests/data/test165
239702
index ddfe1e9..b2cbc4f 100644
239702
--- a/tests/data/test165
239702
+++ b/tests/data/test165
239702
@@ -54,5 +54,8 @@ Accept: */*
239702
 Proxy-Connection: Keep-Alive
239702
 
239702
 </protocol>
239702
+<valgrind>
239702
+disable
239702
+</valgrind>
239702
 </verify>
239702
 </testcase>
239702
diff --git a/tests/data/test2046 b/tests/data/test2046
239702
index 133c14d..ad61540 100644
239702
--- a/tests/data/test2046
239702
+++ b/tests/data/test2046
239702
@@ -90,5 +90,9 @@ text/plain; charset=us-ascii
239702
 200
239702
 </stdout>
239702
 
239702
+<valgrind>
239702
+disable
239702
+</valgrind>
239702
+
239702
 </verify>
239702
 </testcase>
239702
diff --git a/tests/data/test2047 b/tests/data/test2047
239702
index 4422978..770f4b3 100644
239702
--- a/tests/data/test2047
239702
+++ b/tests/data/test2047
239702
@@ -93,5 +93,9 @@ text/plain; charset=us-ascii
239702
 200
239702
 </stdout>
239702
 
239702
+<valgrind>
239702
+disable
239702
+</valgrind>
239702
+
239702
 </verify>
239702
 </testcase>
239702
-- 
239702
1.7.4
239702