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 :<
---
 t/lei_f3.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/lei_f3.t b/t/lei_f3.t
index feebf534..5196618e 100644
--- a/t/lei_f3.t
+++ b/t/lei_f3.t
@@ -12,7 +12,7 @@ if (my $err = $@) {
        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');
 }
 

Reply via email to