Skip to content

Commit

Permalink
Merge branch 'ob/t9001-indent-fix' into next
Browse files Browse the repository at this point in the history
Test style fix.

* ob/t9001-indent-fix:
  t9001: fix indentation in test_no_confirm()
  • Loading branch information
gitster committed Aug 18, 2023
2 parents b2a6f7f + b46d806 commit 00c1cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t9001-send-email.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00c1cf4

Please sign in to comment.