diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-11-02 16:53:21 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-11-02 16:53:21 +0900 |
| commit | 8db7d2d6bdb92d3fcd35f4b35c420f1b8f87f0ac (patch) | |
| tree | de0aeeb518d05c72a3f310a69c6173fd8259162c /t | |
| parent | Merge branch 'jk/function-pointer-mismatches-fix' into maint-2.42 (diff) | |
| parent | t9001: fix indentation in test_no_confirm() (diff) | |
| download | git-8db7d2d6bdb92d3fcd35f4b35c420f1b8f87f0ac.tar.gz git-8db7d2d6bdb92d3fcd35f4b35c420f1b8f87f0ac.zip | |
Merge branch 'ob/t9001-indent-fix' into maint-2.42
Test style fix.
* ob/t9001-indent-fix:
t9001: fix indentation in test_no_confirm()
Diffstat (limited to 't')
| -rwxr-xr-x | t/t9001-send-email.sh | 4 |
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 |
