]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
f3: fix test with updated executable name fuse3
authorEric Wong <e@80x24.org>
Wed, 2 Aug 2023 21:35:45 +0000 (21:35 +0000)
committerEric Wong <e@80x24.org>
Wed, 2 Aug 2023 23:53:40 +0000 (23:53 +0000)
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

index feebf534b951ceafa01c4a4fa4c9ea4b6a5aad3c..5196618e2dce07555b821d7408c9471a3c64f26a 100644 (file)
@@ -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');
 }