From 1bb11af691f798340cbcb1a66e555ec031a6c22c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Aug 2023 21:35:45 +0000 Subject: f3: fix test with updated executable name 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'); } -- cgit v1.2.3-24-ge0c7