Skip to content

Commit b46d806

Browse files
ossilatorgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d1bd1d commit b46d806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t9001-send-email.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ test_no_confirm () {
6161
--smtp-server="$(pwd)/fake.sendmail" \
6262
$@ \
6363
$patches >stdout &&
64-
! grep "Send this email" stdout &&
65-
>no_confirm_okay
64+
! grep "Send this email" stdout &&
65+
>no_confirm_okay
6666
}
6767

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

0 commit comments

Comments
 (0)