mirror of
https://github.com/git/git.git
synced 2026-03-30 03:20:07 +02:00
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>
21 KiB
21 KiB