Only noticed since this was on a new PERL_INLINE_DIRECTORY;
not sure if there's a good way to test this without blowing
away caches and slowing down tests even more :<
my $pkg_config = $ENV{PKG_CONFIG} // 'pkg-config';
like($err, qr/$pkg_config.*failed/, 'build failed');
} else {
- ok(-x "$ENV{PERL_INLINE_DIRECTORY}/f3/leifs.fuse",
+ ok(-x "$ENV{PERL_INLINE_DIRECTORY}/f3/lei.fuse",
'built executable');
}