commit | b2fe06572226a6056776e3a4e5cd4ad273e60c08 | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <johannes.schindelin@gmx.de> | Wed Jan 27 17:20:15 2016 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jan 28 13:36:11 2016 -0800 |
tree | 9cfa785df8478f61e0ca02ea041cfe4e2b0cc3b7 | |
parent | 75e005ec541e46f3cdec15143306c7189fd65a95 [diff] |
mingw: handle the missing POSIXPERM prereq in t9124 On Windows, the permission system works completely differently than expected by some of the tests. So let's make sure that we do not test POSIX functionality on Windows. This lets t9124-git-svn-dcommit-auto-props.sh pass in Git for Windows' SDK. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>