mingw: handle the missing POSIXPERM prereq in t9124
commitb2fe06572226a6056776e3a4e5cd4ad273e60c08
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 27 Jan 2016 16:20:15 +0000 (27 17:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jan 2016 21:36:11 +0000 (28 13:36 -0800)
tree9cfa785df8478f61e0ca02ea041cfe4e2b0cc3b7
parent75e005ec541e46f3cdec15143306c7189fd65a95
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>
t/t9124-git-svn-dcommit-auto-props.sh