Skip t1300.70 and 71 on msysGit.
commit8f8418fe2e2842b241716e430bf62506d87621c3
authorPat Thoyts <patthoyts at>
Mon, 15 Feb 2010 23:14:28 +0000 (15 23:14 +0000)
committerlmfadmin <lmfadmin@ubuntu.ubuntu-domain>
Fri, 3 Sep 2010 12:28:41 +0000 (3 13:28 +0100)
treed41b3314de70d1a6ff46c042cc38d1d72dd3a872
parentc70cca42b5211a37b107d69d7f64a61e3ac75e55
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