Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-04-27 22:36:43 +0400
committerJunio C Hamano <gitster@pobox.com>2011-04-27 22:36:43 +0400
commit9f5df6fa670938a505a64edf1b779b1326311481 (patch)
tree2c0081a3816b1ba8e580d3120ed2e00e2f9173b5 /t
parent5033de916a1863d640d57dad238521411c1ed5ff (diff)
parentf1e9c548ce45005521892af0299696204ece286b (diff)
Merge branch 'mg/x-years-12-months'
* mg/x-years-12-months: date: avoid "X years, 12 months" in relative dates
Diffstat (limited to 't')
-rwxr-xr-xt/t0006-date.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t0006-date.sh b/t/t0006-date.sh
index 1d4d0a5c7d..f87abb5a06 100755
--- a/t/t0006-date.sh
+++ b/t/t0006-date.sh
@@ -25,6 +25,7 @@ check_show 37500000 '1 year, 2 months ago'
check_show 55188000 '1 year, 9 months ago'
check_show 630000000 '20 years ago'
check_show 31449600 '12 months ago'
+check_show 62985600 '2 years ago'
check_parse() {
echo "$1 -> $2" >expect