On Wed, Jul 17, 2024 at 01:31:16PM -0700, Junio C Hamano wrote: > >> - test_write_lines P q | GIT_PAGER="head -n 1" test_terminal git add -p > >> + test_write_lines P q | > >> + ( > >> + GIT_PAGER="head -n 1" && > >> + export GIT_PAGER && > >> + test_terminal git add -p >actual > >> + ) > I wonder if it still works if ">actual" gets removed. Yes, it works. That redirection is just noise from my previous version.