Skip t1300.70 and 71 on msysGit.
commite4ed1a7eac31d8ec8cc0ce7be3445454589dcb4d
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 27 Sep 2010 21:02:57 +0000 (27 22:02 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 1 Oct 2010 22:21:29 +0000 (1 23:21 +0100)
tree8a7c0096221570da99aa3d5673c814af7e0b5cb8
parentbb86711f5f6032862d06b8ab8b382c9869a1013e
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.

Moves the NOT_MINGW prereq from t5503 into the test library.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
t/t1300-repo-config.sh
t/t5503-tagfollow.sh
t/test-lib.sh