mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-30 16:18:02 -05:00
Windows doesn't allow : in filenames.
Commit 21685c955e added files with a : in
their names. This broke git operations on Windows as git is not able to
create those files on clone or pull.
Replace : with - in the offending filenames and adapt the test case.