]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7610-mergetool.sh
t7610-mergetool: add test cases for mergetool.writeToTemp
authorDavid Aguilar <davvid@gmail.com>
Wed, 15 Oct 2014 08:35:19 +0000 (01:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Oct 2014 19:09:51 +0000 (12:09 -0700)
commit688684eba436c021eaddab1725093bb953cf260d
tree27535d6d2dfc27fe19175b7edda2a7d7a4b94c2c
parent8f0cb41da26c1e20cfbcfded030d6539464b132e
t7610-mergetool: add test cases for mergetool.writeToTemp

Add tests to ensure that filenames start with "./" when
mergetool.writeToTemp is false and do not start with "./" when
mergetool.writeToTemp is true.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7610-mergetool.sh