On Thu, Jul 18, 2019 at 02:07:23PM -0700, Junio C Hamano wrote: > >> + git rm qfwfq >msg && > >> + test_i18ngrep ! "needs merge" msg && > > > > Should we capture stderr from "git rm", too, to cover all bases? > > Do you mean > > git rm blob >msg 2>&1 > > because we could later change our mind and send "needs merge" > message to the standard error stream? Yes, exactly. -Peff