Skip t1300.70 and 71 on msysGit.
commit67bb5597ea631d88b0e8eff4a0d3275a24f51d75
authorPat Thoyts <patthoyts at>
Mon, 15 Feb 2010 23:14:28 +0000 (15 23:14 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 8 Apr 2010 18:30:25 +0000 (8 20:30 +0200)
treeeda461ff32e5e6022e614ea079a768ef9c474b59
parent27156a29cc468692a15b4b6500e365ee839eb3f8
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