render / rpms / libvirt

Forked from rpms/libvirt 9 months ago
Clone
0a7476
From fddead1319d13ceaa0dd5aa8bdc740f05e0fff58 Mon Sep 17 00:00:00 2001
0a7476
Message-Id: <fddead1319d13ceaa0dd5aa8bdc740f05e0fff58@dist-git>
0a7476
From: Andrea Bolognani <abologna@redhat.com>
0a7476
Date: Fri, 5 Apr 2019 10:57:44 +0200
0a7476
Subject: [PATCH] tests: Follow up on qemucaps2xmldata rename
0a7476
0a7476
The directory has been renamed in 562990849a9d, but a
0a7476
reference to it was not updated at the same time, causing
0a7476
'make dist' to fail ever since. Fix it.
0a7476
0a7476
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
0a7476
(cherry picked from commit d52dd5911b32a31bb17ee97bb9df5683741603b0)
0a7476
0a7476
https://bugzilla.redhat.com/show_bug.cgi?id=1628469
0a7476
0a7476
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
0a7476
Message-Id: <20190405085744.8179-8-abologna@redhat.com>
0a7476
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
0a7476
---
0a7476
 tests/Makefile.am | 2 +-
0a7476
 1 file changed, 1 insertion(+), 1 deletion(-)
0a7476
0a7476
diff --git a/tests/Makefile.am b/tests/Makefile.am
0a7476
index 858076df7b..4d0b4f9509 100644
0a7476
--- a/tests/Makefile.am
0a7476
+++ b/tests/Makefile.am
0a7476
@@ -122,7 +122,7 @@ EXTRA_DIST = \
0a7476
 	qemuargv2xmldata \
0a7476
 	qemublocktestdata \
0a7476
 	qemucapabilitiesdata \
0a7476
-	qemucaps2xmldata \
0a7476
+	qemucaps2xmloutdata \
0a7476
 	qemuhotplugtestcpus \
0a7476
 	qemuhotplugtestdevices \
0a7476
 	qemuhotplugtestdomains \
0a7476
-- 
0a7476
2.21.0
0a7476