Merge branch 'ob/t9001-indent-fix'

Test style fix.

* ob/t9001-indent-fix:
  t9001: fix indentation in test_no_confirm()
maint
Junio C Hamano 2023-08-25 10:37:37 -07:00
commit 23013a49c8
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