aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-25 10:37:37 -0700
committerJunio C Hamano <gitster@pobox.com>2023-08-25 10:37:37 -0700
commit23013a49c82025227748b2be413f183e5d44d2fd (patch)
treed52adb5e5d46081cf7fad174ac6505f7887d5991
parentMerge branch 'ja/worktree-orphan' (diff)
parentt9001: fix indentation in test_no_confirm() (diff)
downloadgit-23013a49c82025227748b2be413f183e5d44d2fd.tar.gz
git-23013a49c82025227748b2be413f183e5d44d2fd.zip
Merge branch 'ob/t9001-indent-fix'
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