diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-08-25 10:37:37 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-08-25 10:37:37 -0700 |
| commit | 23013a49c82025227748b2be413f183e5d44d2fd (patch) | |
| tree | d52adb5e5d46081cf7fad174ac6505f7887d5991 | |
| parent | Merge branch 'ja/worktree-orphan' (diff) | |
| parent | t9001: fix indentation in test_no_confirm() (diff) | |
| download | git-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-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 |
