Rubén Justo <rjusto@xxxxxxxxx> writes: > +test_expect_success TTY 'P does not break if pager ends unexpectedly' ' > + test_when_finished "rm -f huge_file; git reset" && > + printf "\n%2500000s" Y >huge_file && > + git add -N huge_file && > + test_write_lines P q | GIT_PAGER="head -n 1" test_terminal git add -p >actual > +' Somehow this is dying with signal 11? https://github.com/git/git/actions/runs/9944800531/job/27471636926#step:5:1108 I know there is a v4 that has a small update here, but in case that this still is relevant and the removed rediraction to ">actual" did not magically fixed it... Thanks.