Re: [PATCH 1/4] tests: Fix opendir mocks on macOS

2020-11-13 Thread Michal Privoznik
On 11/8/20 10:24 PM, Roman Bolshakov wrote: opendir() mocks need to search for decorated function with $INODE64 suffix, like stat mocks. Signed-off-by: Roman Bolshakov --- tests/virfilewrapper.c | 4 tests/virpcimock.c | 4 2 files changed, 8 insertions(+) Reviewed-by:

[PATCH 1/4] tests: Fix opendir mocks on macOS

2020-11-08 Thread Roman Bolshakov
opendir() mocks need to search for decorated function with $INODE64 suffix, like stat mocks. Signed-off-by: Roman Bolshakov --- tests/virfilewrapper.c | 4 tests/virpcimock.c | 4 2 files changed, 8 insertions(+) diff --git a/tests/virfilewrapper.c b/tests/virfilewrapper.c index