Merge branch 'jk/sanity' into maint
commit8fd37b3862f6a567db3830bf0b50def231a76c41
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Mar 2015 21:12:52 +0000 (5 13:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Mar 2015 21:12:52 +0000 (5 13:12 -0800)
tree68e4944e0c8d3fac8c6cc928d630e27de601fdab
parent8004647a217c26f708bce2aa26ed94a4a0ed575d
parentf400e51c13eb4143e420d41d9b415d4f5ddbdb85
Merge branch 'jk/sanity' into maint

The tests that wanted to see that file becomes unreadable after
running "chmod a-r file", and the tests that wanted to make sure it
is not run as root, we used "can we write into the / directory?" as
a cheap substitute, but on some platforms that is not a good
heuristics.  The tests and their prerequisites have been updated to
check what they really require.

* jk/sanity:
  test-lib.sh: set prerequisite SANITY by testing what we really need
  tests: correct misuses of POSIXPERM
  t/lib-httpd: switch SANITY check for NOT_ROOT
t/test-lib.sh