summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-02 16:53:21 +0900
committerJunio C Hamano <gitster@pobox.com>2023-11-02 16:53:21 +0900
commit8db7d2d6bdb92d3fcd35f4b35c420f1b8f87f0ac (patch)
treede0aeeb518d05c72a3f310a69c6173fd8259162c
parentb50a6701532610b5ad47a4c00adadf4ad8d4eb8b (diff)
parentb46d806ea5649599df6ed2deb83dfa69330985cf (diff)
downloadgit-8db7d2d6bdb92d3fcd35f4b35c420f1b8f87f0ac.tar.gz
Merge branch 'ob/t9001-indent-fix' into maint-2.42
Test style fix. * ob/t9001-indent-fix: t9001: fix indentation in test_no_confirm()
-rwxr-xr-xt/t9001-send-email.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index a60b05ad3f..263db3ad17 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -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