Skip t1300.70 and 71 on msysGit.
commit92d03c49d0f75fa04c218a40f3e23afff42a6b6a
authorPat Thoyts <patthoyts at>
Mon, 15 Feb 2010 23:14:28 +0000 (15 23:14 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 12 Apr 2010 12:56:09 +0000 (12 14:56 +0200)
treebea4f98451a3f61d1754379bfe7744f0ac6f1f2e
parent98bd4ad4970eceb29a36af3fa75741aaaccaa1eb
Skip t1300.70 and 71 on msysGit.

These two tests fail on msysGit because /dev/null is an alias for nul on
Windows and when reading the value back from git config the alias does
not match the real filename. Also the HOME environment variable has a
unix-style path but git returns a native equivalent path for '~'.  As
these are platform-dependent equivalent results it seems simplest to
skip the test entirely.

Signed-off-by: Pat Thoyts <patthoyts <at> users.sourceforge.net>
t/t1300-repo-config.sh
t/test-lib.sh