From: Eric Wong Date: Wed, 2 Aug 2023 21:35:45 +0000 (+0000) Subject: f3: fix test with updated executable name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ffuse3;p=thirdparty%2Fpublic-inbox.git 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 :< --- diff --git a/t/lei_f3.t b/t/lei_f3.t index feebf534b..5196618e2 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'); }