t9001: fix indentation in test_no_confirm()
commitb46d806ea5649599df6ed2deb83dfa69330985cf
authorOswald Buddenhagen <oswald.buddenhagen@gmx.de>
Sun, 13 Aug 2023 10:46:49 +0000 (13 12:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Aug 2023 23:32:28 +0000 (13 16:32 -0700)
tree36a04bd6c79ceca916ae09420441a8e1c9934423
parent0d1bd1dfb37ef25e1911777c94129fc769ffec38
t9001: fix indentation in test_no_confirm()

The continuations of the compound command were indented as if they were
continuations of the embedded pipe, which was misleading.

Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh