author | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Mon, 27 Sep 2010 21:02:57 +0000 (22:02 +0100) | ||
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Fri, 1 Oct 2010 22:08:47 +0000 (23:08 +0100) | ||
commit | 3ba9ba8f34eda286867fba37e496850dc109af74 | |
tree | 6cc68d37dbf4a6b577aaca9f61c67a4128affcfd | tree | snapshot |
parent | 4e57bafe8bc60e35b9841b22f99882581c466daf | commit | diff |
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>
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 | diff | blob | history | |
t/t5503-tagfollow.sh | diff | blob | history | |
t/test-lib.sh | diff | blob | history |