All of lore.kernel.org
 help / color / mirror / Atom feed
* t6134 test failure in 'pu'
@ 2017-05-10 16:14 Ramsay Jones
  2017-05-11  0:21 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Ramsay Jones @ 2017-05-10 16:14 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: GIT Mailing-list, Brandon Williams

Hi Junio,

t6134 fails for me in 'pu', but I think it is just a question
of merge 641f3ad90a3 dropping the last line of the test from
the change introduced by commit bdab972153.

In other words, this fixes the test for me:

$ git diff
diff --git a/t/t6134-pathspec-in-submodule.sh b/t/t6134-pathspec-in-submodule.sh
index 6d5df294a..c67066840 100755
--- a/t/t6134-pathspec-in-submodule.sh
+++ b/t/t6134-pathspec-in-submodule.sh
@@ -26,6 +26,7 @@ test_expect_success 'error message for path inside submodule' '
 
 test_expect_success 'error message for path inside submodule from within submodule' '
        test_must_fail git -C sub add . 2>actual &&
+       test_i18ngrep "in unpopulated submodule" actual
 '
 
 test_done
$ 

Thanks!

ATB,
Ramsay Jones


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: t6134 test failure in 'pu'
  2017-05-10 16:14 t6134 test failure in 'pu' Ramsay Jones
@ 2017-05-11  0:21 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2017-05-11  0:21 UTC (permalink / raw)
  To: Ramsay Jones; +Cc: GIT Mailing-list, Brandon Williams

Thanks for a quick report.  Yes, that was a stupid mismerge.

Will correct in my rerere database X-<.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-11  0:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-10 16:14 t6134 test failure in 'pu' Ramsay Jones
2017-05-11  0:21 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.