X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fsolver_git.t;h=122cf888eae7c31f634a13f9547de953a2492422;hb=686fb938a2a27beca406af6e8ab819aad608b06e;hp=06d75816a59d8cc895fcd62f1837265060234e46;hpb=fa5aad1d5f3c5abaa28a49181674930f2e06066e;p=public-inbox.git diff --git a/t/solver_git.t b/t/solver_git.t index 06d75816..122cf888 100644 --- a/t/solver_git.t +++ b/t/solver_git.t @@ -336,7 +336,7 @@ EOF open $fh, '>', "$tmpdir/stderr.log" or xbail $!; ok($s =~ s/^fatal: your current branch.*?\n//sm, 'got current branch warning'); - ok($s =~ s/^.*? exit status=[1-9]+ .*?\n//sm, + ok($s =~ s/^.*? exit status=[1-9]+\n\z//sm, 'got exit status warning'); is($s, '', 'no unexpected warnings on empty coderepo'); }