Add a test for git-config --file
commit773a69fb09acfdfa2ce5566548d8a8a370a59fde
authorAlex Riesen <raa.lkml@gmail.com>
Tue, 31 Jul 2007 10:30:52 +0000 (31 12:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Aug 2007 05:56:15 +0000 (31 22:56 -0700)
tree99b0a6b1182882c2d5e32eacd0ed309bc84d2e71
parent67d454fed6ae1f127d2daa57db946df200f2382a
Add a test for git-config --file

Check for non-0 exit code if the confiog file does not exist and
if it works exactly like when setting GIT_CONFIG.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1300-repo-config.sh