From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: [PATCH 3/2] f3: fix test with updated executable name
Date: Wed, 2 Aug 2023 21:35:45 +0000 [thread overview]
Message-ID: <20230802213546.M53476@dcvr> (raw)
In-Reply-To: <20230726124515.3639819-1-e@80x24.org>
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');
}
prev parent reply other threads:[~2023-08-02 21:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-26 12:45 [PATCH 0/2] fuse3 branch updates Eric Wong
2023-07-26 12:45 ` [PATCH 1/2] f3: safer fixed buffer size for alternate F3_NS Eric Wong
2023-07-26 12:45 ` [PATCH 2/2] f3: define F3_NS in cflags rather than C code Eric Wong
2023-08-02 21:35 ` Eric Wong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://public-inbox.org/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230802213546.M53476@dcvr \
--to=e@80x24.org \
--cc=meta@public-inbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).