summaryrefslogtreecommitdiff
path: root/t/t3206-range-diff.sh
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2019-12-06 20:16:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-12-06 20:34:17 (GMT)
commit828765dfe0a4a1baae7fae750cbb6a62fcb32c7a (patch)
treeec727f1588394c7119806bf95723b6710288a876 /t/t3206-range-diff.sh
parent5b583e6a09dc2095160a4489502577a5a20b400e (diff)
downloadgit-828765dfe0a4a1baae7fae750cbb6a62fcb32c7a.zip
git-828765dfe0a4a1baae7fae750cbb6a62fcb32c7a.tar.gz
git-828765dfe0a4a1baae7fae750cbb6a62fcb32c7a.tar.bz2
t3206: fix incorrect test name
The name of the test used to indicate that it was testing the `--notes` option but it was really testing the `format.notes` configuration. Correct the test name to reflect this. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3206-range-diff.sh')
-rwxr-xr-xt/t3206-range-diff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3206-range-diff.sh b/t/t3206-range-diff.sh
index ec2b456..0575dd7 100755
--- a/t/t3206-range-diff.sh
+++ b/t/t3206-range-diff.sh
@@ -638,7 +638,7 @@ test_expect_success 'format-patch --range-diff with --notes' '
test_cmp expect actual
'
-test_expect_success 'format-patch --range-diff with --notes' '
+test_expect_success 'format-patch --range-diff with format.notes config' '
git notes add -m "topic note" topic &&
git notes add -m "unmodified note" unmodified &&
test_when_finished git notes remove topic unmodified &&