summaryrefslogtreecommitdiff
path: root/t/t4258-am-quoted-cr.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t4258-am-quoted-cr.sh')
-rwxr-xr-xt/t4258-am-quoted-cr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4258-am-quoted-cr.sh b/t/t4258-am-quoted-cr.sh
index fb5071f..201915b 100755
--- a/t/t4258-am-quoted-cr.sh
+++ b/t/t4258-am-quoted-cr.sh
@@ -26,7 +26,7 @@ test_expect_success 'am --quoted-cr=strip' '
git diff --exit-code HEAD two
'
-test_expect_success 'am with config mailinfo.quotecr=strip' '
+test_expect_success 'am with config mailinfo.quotedCr=strip' '
test_might_fail git am --abort &&
git reset --hard one &&
test_config mailinfo.quotedCr strip &&