]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Fix path to status XML test directory in makefile
authorPeter Krempa <pkrempa@redhat.com>
Tue, 13 Mar 2018 14:41:53 +0000 (15:41 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 13 Mar 2018 14:43:51 +0000 (15:43 +0100)
Commit 99e30acfdce added 'qemustatusxml2xmloutdata' to EXTRA_DIST but
the directory added in the commit is called 'qemustatusxml2xmldata'

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
tests/Makefile.am

index 1f60ee03939ceb429c9253c86b364a064666fc24..11a9b904ed8a74b6faa8c912611b38a614ddd656 100644 (file)
@@ -128,7 +128,7 @@ EXTRA_DIST = \
        qemumonitorjsondata \
        qemuxml2argvdata \
        qemuxml2xmloutdata \
-       qemustatusxml2xmloutdata \
+       qemustatusxml2xmldata \
        qemumemlockdata \
        secretxml2xmlin \
        securityselinuxhelperdata \