Skip t1300.70 and 71 on msysGit.
commite381e358bb6e9879e7b993102dfa5c6d5008e683
authorPat Thoyts <patthoyts at>
Mon, 15 Feb 2010 23:14:28 +0000 (15 23:14 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 17 Sep 2010 09:30:06 +0000 (17 10:30 +0100)
tree7fb9b91c7e4cac66380577e78ac379c1e59d315c
parent93ad5eea10ecff1d45c736c8adc84881cc0188f4
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