summaryrefslogtreecommitdiff
path: root/t/t9142-git-svn-shallow-clone.sh
diff options
context:
space:
mode:
authorLibravatar Christian Couder <christian.couder@gmail.com>2017-11-05 22:38:29 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-11-07 09:54:41 +0900
commit0a268826214ae8e50ba504f44067899976f48716 (patch)
tree6f83c327007224d4b1a0384dcaa7844f8cfab057 /t/t9142-git-svn-shallow-clone.sh
parentGit 2.15-rc2 (diff)
downloadtgif-0a268826214ae8e50ba504f44067899976f48716.tar.xz
t0021/rot13-filter: fix list comparison
Since edcc8581 ("convert: add filter.<driver>.process option", 2016-10-16) when t0021/rot13-filter.pl was created, list comparison in this perl script have been quite broken. packet_txt_read() returns a 2-element list, and the right hand side of "eq" also has a list with (two, elements), but "eq" takes the last element of the list on each side, and compares them. The first elements (0 or 1) on the right hand side lists do not matter, which means we do not require to see a flush at the end of the version -- a simple empty string or an EOF would do, which is definitely not what we want. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9142-git-svn-shallow-clone.sh')
0 files changed, 0 insertions, 0 deletions