Skip t1300.70 and 71 on msysGit.
commit34fd2ba2caf86afaaa42b4822f5d90e7170f90a6
authorPat Thoyts <patthoyts at>
Mon, 15 Feb 2010 23:14:28 +0000 (15 23:14 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 5 Jul 2010 09:01:36 +0000 (5 11:01 +0200)
tree0c2958a5d79462ef46f2866a79444c3809b0a805
parent8a5fb99ce8315bb355782089d80f8b1a6a0e0d93
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