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>
maint
Oswald Buddenhagen 2023-08-13 12:46:49 +02:00 committed by Junio C Hamano
parent 0d1bd1dfb3
commit b46d806ea5
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ test_no_confirm () {
--smtp-server="$(pwd)/fake.sendmail" \
$@ \
$patches >stdout &&
! grep "Send this email" stdout &&
>no_confirm_okay
! grep "Send this email" stdout &&
>no_confirm_okay
}

# Exit immediately to prevent hang if a no-confirm test fails