Re: [PATCH] t4153: stop redirecting input from /dev/zero
From: Junio C Hamano <hidden> Date: 2024-07-17 15:36:06
Jeff King [off-list ref] writes:
But we later dropped the use of test_terminal in 53ce2e3f0a (am: add
explicit "--retry" option, 2024-06-06). That commit dropped one of the
redirections from /dev/zero but not the other.
Ah, it makes sense to drop that other one with this patch, then.
Will queue. Thanks.