Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR
commitab5a4231b0e24566dcd79baeae089b267bc7dc26
authorJohan Herland <johan@herland.net>
Wed, 13 Feb 2008 03:11:22 +0000 (13 04:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Feb 2008 03:52:26 +0000 (12 19:52 -0800)
treeadabf2e9c0320418142574574184cefdaa4786ad
parent463e8c766c99c7afe7c4bbd6960d0ef247b60f5b
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