]> xenbits.xensource.com Git - libvirt.git/commit
tests: Fix lstat() mock initialization on macOS
authorRoman Bolshakov <r.bolshakov@yadro.com>
Sun, 18 Oct 2020 15:30:56 +0000 (18:30 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 23 Oct 2020 11:19:34 +0000 (13:19 +0200)
commit2c0b3db3c7901f99eed8d95a652b176c9b04b45d
treebde018efa0d18324a675843b0e4f6e79b6f2f5f9
parent7555a554706e8a6d492804debbacfaae9f5d8b05
tests: Fix lstat() mock initialization on macOS

There is a typo that prevents initialization of real_lstat.

Fixes: d6b17edd5163 ("tests: Lookup extended stat/lstat in mocks")
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/virmockstathelpers.c