Re: [libvirt] [PATCH 0/4] Fix various test portability problems

2019-04-02 Thread Michal Privoznik
On 4/2/19 2:40 PM, Daniel P. Berrangé wrote: This includes a slight tweak to the stat/lstat patch wrt logging and fixes use of the dirent d_type field. Daniel P. Berrangé (4): tests: fix mocking of stat() / lstat() functions qemu: don't rely on the non-portable d_type field in dirent

[libvirt] [PATCH 0/4] Fix various test portability problems

2019-04-02 Thread Daniel P . Berrangé
This includes a slight tweak to the stat/lstat patch wrt logging and fixes use of the dirent d_type field. Daniel P. Berrangé (4): tests: fix mocking of stat() / lstat() functions qemu: don't rely on the non-portable d_type field in dirent security: avoid use of dirent d_type field