tests: Fix path to status XML test directory in makefile

Commit 99e30acfdc added 'qemustatusxml2xmloutdata' to EXTRA_DIST but
the directory added in the commit is called 'qemustatusxml2xmldata'

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Peter Krempa 2018-03-13 15:41:53 +01:00
parent ca250269b0
commit f24a2b1fbf

View File

@ -128,7 +128,7 @@ EXTRA_DIST = \
qemumonitorjsondata \
qemuxml2argvdata \
qemuxml2xmloutdata \
qemustatusxml2xmloutdata \
qemustatusxml2xmldata \
qemumemlockdata \
secretxml2xmlin \
securityselinuxhelperdata \