about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-08-02 21:35:45 +0000
committerEric Wong <e@80x24.org>2023-08-02 23:53:40 +0000
commit1bb11af691f798340cbcb1a66e555ec031a6c22c (patch)
tree69baf80471a3f5d8e390cd1a1f054c45f38019fc
parent6a1d150bea49b4c279fd096d74c76fd1e1c1dfbc (diff)
downloadpublic-inbox-fuse3.tar.gz
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 :<
-rw-r--r--t/lei_f3.t2
1 files changed, 1 insertions, 1 deletions
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');
 }