]> granicus.if.org Git - git/commitdiff
Merge branch 'jk/sanity'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2015 23:40:18 +0000 (15:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2015 23:40:18 +0000 (15:40 -0800)
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

1  2 
t/test-lib.sh

diff --cc t/test-lib.sh
Simple merge