mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
testutils: virTestRewrapFile: Rewrap also '.argv' files
The suffix is used for output files of 'storagevolxml2argvtest. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
b805ff66d4
commit
ba2369d2fe
@ -332,6 +332,7 @@ virTestRewrapFile(const char *filename)
|
|||||||
g_autoptr(virCommand) cmd = NULL;
|
g_autoptr(virCommand) cmd = NULL;
|
||||||
|
|
||||||
if (!(virStringHasSuffix(filename, ".args") ||
|
if (!(virStringHasSuffix(filename, ".args") ||
|
||||||
|
virStringHasSuffix(filename, ".argv") ||
|
||||||
virStringHasSuffix(filename, ".ldargs")))
|
virStringHasSuffix(filename, ".ldargs")))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user