comparison setup.py @ 16225:7cf8de5a82d8 stable

tests: ignore the return code of chmod in test-inherit-mode In freebsd, a newly created directory has the same group as the parent directory by default. That means that the test directory created by test-inherit-mode.t is owned by root's group, so "chmod g+s .hg/store" fails to set the SGID bit and returns 1. If we ignore chmod's return code, the testsuite passes again.
author Javi Merino <cibervicho@gmail.com>
date Thu, 01 Mar 2012 23:29:52 +0000
parents 5536770b3c88
children f5dd179bfa4a
comparison
equal deleted inserted replaced
16220:939f043ab5ed 16225:7cf8de5a82d8