user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH] t/solver_git: use like() to improve error reporting
@ 2021-07-22  8:37  7% Eric Wong
  0 siblings, 0 replies; 1+ results
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	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-07-22  8:37  7% [PATCH] t/solver_git: use like() to improve error reporting Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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