From: Andrea Bolognani Date: Mon, 17 Sep 2018 14:51:23 +0000 (+0200) Subject: tests: Follow up on qemucaps2xmldata rename X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d52dd5911b32a31bb17ee97bb9df5683741603b0;p=libvirt.git tests: Follow up on qemucaps2xmldata rename The directory has been renamed in 562990849a9d, but a reference to it was not updated at the same time, causing 'make dist' to fail ever since. Fix it. Signed-off-by: Andrea Bolognani --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 136fe16f71..51be1509e1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -122,7 +122,7 @@ EXTRA_DIST = \ qemuargv2xmldata \ qemublocktestdata \ qemucapabilitiesdata \ - qemucaps2xmldata \ + qemucaps2xmloutdata \ qemuhotplugtestcpus \ qemuhotplugtestdevices \ qemuhotplugtestdomains \