unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] t/solver_git: use like() to improve error reporting
@ 2021-07-22  8:37 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2021-07-22  8:37 UTC (permalink / raw)
  To: meta

I hit a test failure here, but haven't been able to reproduce
it...
---
 t/solver_git.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/solver_git.t b/t/solver_git.t
index 13e478b3..fe1aff0b 100644
--- a/t/solver_git.t
+++ b/t/solver_git.t
@@ -84,7 +84,7 @@ index 15ac20eb..771486c4
 @@ -1,13 +1,12 @@
  #!perl -w
 EOM
-	ok(index($lei_out, $exp) >= 0,
+	like($lei_out, qr/\Q$exp\E/,
 		'preserve mode, regen header + context from -U0 patch');
 	my $e = { GIT_DIR => "$ENV{HOME}/.local/share/lei/store/ALL.git" };
 	my @x = xqx([qw(git cat-file --batch-all-objects --batch-check)], $e);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-22  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-22  8:37 [PATCH] t/solver_git: use like() to improve error reporting Eric Wong

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).