summaryrefslogtreecommitdiff
path: root/t/t4036-format-patch-signer-mime.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t4036-format-patch-signer-mime.sh')
-rwxr-xr-xt/t4036-format-patch-signer-mime.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4036-format-patch-signer-mime.sh b/t/t4036-format-patch-signer-mime.sh
index ba43f18..98d9713 100755
--- a/t/t4036-format-patch-signer-mime.sh
+++ b/t/t4036-format-patch-signer-mime.sh
@@ -42,7 +42,7 @@ test_expect_success 'attach and signoff do not duplicate mime headers' '
GIT_COMMITTER_NAME="はまの ふにおう" \
git format-patch -s --stdout -1 --attach >output &&
- test `grep -ci ^MIME-Version: output` = 1
+ test $(grep -ci ^MIME-Version: output) = 1
'