Skip t1300.70 and 71 on msysGit.
commit7ebbde12f40dd1fe5b84864ec8f3dd8132510dfd
authorPat Thoyts <patthoyts at>
Mon, 15 Feb 2010 23:14:28 +0000 (15 23:14 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 11 Jun 2010 14:18:30 +0000 (11 16:18 +0200)
treea0b4e5c60cd673a3096fa2de0d3eba187683c93e
parent64dd9e15ac59bc3e5928344c21f0dd6b1e47e72d
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