Re: [libvirt] [PATCHv2] Remove redundant virFileIsExecutable check

2018-04-15 Thread Michal Privoznik
On 04/13/2018 09:34 AM, Radostin Stoyanov wrote: > Remove unnecessary virFileIsExecutable check after virFindFileInPath. > Since commit 9ae992f, virFindFileInPath will reject non-executables. > > 9ae992f24353d6506f570fc9dd58355b165e4472 > virFindFileInPath: only find executable non-directory > >

[libvirt] [PATCHv2] Remove redundant virFileIsExecutable check

2018-04-13 Thread Radostin Stoyanov
Remove unnecessary virFileIsExecutable check after virFindFileInPath. Since commit 9ae992f, virFindFileInPath will reject non-executables. 9ae992f24353d6506f570fc9dd58355b165e4472 virFindFileInPath: only find executable non-directory Signed-off-by: Radostin Stoyanov --- src/bhyve/bhyve_capabili