Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR
commit9057f0a62c8681bcff8460fec80747a6aa5b43c8
authorJohan Herland <johan@herland.net>
Wed, 13 Feb 2008 03:11:22 +0000 (13 04:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 19:35:05 +0000 (27 11:35 -0800)
treec4d65c326470ba50155374e4c2679ae51c632937
parent0460fb449b18cd95805c1bf97013957ee9b8ff9b
Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR

The testcase verifies that 'git cvsexportcommit' functions correctly when
the '-w' option is used, and GIT_DIR is set to a relative path (e.g. '.').

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9200-git-cvsexportcommit.sh