]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: ignore XML files starting with a .
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 17 Dec 2018 13:17:26 +0000 (13:17 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 18 Dec 2018 14:49:46 +0000 (14:49 +0000)
commit3dc3e58b3299f88400fc105f020469c4e102920e
treef35995a128d332e7e6bf64e7a45d0ae56d1576a6
parentfe8eb8839a97b48103d364a393b32d73dac9201f
tests: ignore XML files starting with a .

If an editor has an XML file open, it may create a temporary . file. The
existance of this file will cause the virschematest to fail, so just
skip these editor temp files.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
tests/virschematest.c