Skip to content

Commit 23013a4

Browse files
committed
Merge branch 'ob/t9001-indent-fix'
Test style fix. * ob/t9001-indent-fix: t9001: fix indentation in test_no_confirm()
2 parents 05c8603 + b46d806 commit 23013a4

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)