]> granicus.if.org Git - git/commit
mingw: fix the shortlog --output=<file> test
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 11 Jul 2016 13:11:37 +0000 (15:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 19:32:02 +0000 (12:32 -0700)
commitbac233f2c28428c3e2c5279910bc4c027cd0b540
treebc55fdf4985a0893e495d47cf761be7bcc344b0e
parentafc676f2c9e20a5b38d61c7803468d33e2ff45f2
mingw: fix the shortlog --output=<file> test

Adjust t4201 to pass on Windows; a couple of test cases need to be
skipped on Windows which leads to a different shortlog than on Linux.

Let's just fix that by limiting the shortlog's commit range to traverse
only one commit: that guarantees that it does not matter how many test
cases were skipped.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4201-shortlog.sh