summaryrefslogtreecommitdiff
path: root/debian/patches/Revert-tests-qemucapsprobe-Fix-output-after-switching-to-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/Revert-tests-qemucapsprobe-Fix-output-after-switching-to-.patch')
-rw-r--r--debian/patches/Revert-tests-qemucapsprobe-Fix-output-after-switching-to-.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/debian/patches/Revert-tests-qemucapsprobe-Fix-output-after-switching-to-.patch b/debian/patches/Revert-tests-qemucapsprobe-Fix-output-after-switching-to-.patch
deleted file mode 100644
index 002f26de4..000000000
--- a/debian/patches/Revert-tests-qemucapsprobe-Fix-output-after-switching-to-.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From: =?utf-8?q?J=C3=A1n_Tomko?= <jtomko@redhat.com>
-Date: Mon, 13 Aug 2018 13:39:09 +0200
-Subject: Revert "tests: qemucapsprobe: Fix output after switching to jansson"
-MIME-Version: 1.0
-Content-Type: text/plain; charset="utf-8"
-Content-Transfer-Encoding: 8bit
-
-This reverts commit 397447f80588438545994a86883792a5999cad15.
-
-Jansson cannot parse QEMU's quirky JSON.
-Revert back to yajl.
-
-https://bugzilla.redhat.com/show_bug.cgi?id=1614569
-
-Signed-off-by: Ján Tomko <jtomko@redhat.com>
-Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
----
- tests/qemucapsprobemock.c | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/tests/qemucapsprobemock.c b/tests/qemucapsprobemock.c
-index 049b162..5936975 100644
---- a/tests/qemucapsprobemock.c
-+++ b/tests/qemucapsprobemock.c
-@@ -76,7 +76,6 @@ qemuMonitorSend(qemuMonitorPtr mon,
- printLineSkipEmpty("\n", stdout);
-
- printLineSkipEmpty(reformatted, stdout);
-- printLineSkipEmpty("\n", stdout);
- VIR_FREE(reformatted);
-
- return realQemuMonitorSend(mon, msg);
-@@ -117,7 +116,6 @@ qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
- printLineSkipEmpty("\n", stdout);
-
- printLineSkipEmpty(json, stdout);
-- printLineSkipEmpty("\n", stdout);
- }
-
- cleanup: