Documentation/git-bisect.txt: git bisect term → git bisect terms
[gitweb.git] / t / test-lib.sh
index 4ea99a209d74d7d052a880a2a69d99a65a9dd0a6..39da9c2d9950848cf97686656d80f0f7ad5e3548 100644 (file)
@@ -529,7 +529,7 @@ test_run_ () {
        test_cleanup=:
        expecting_failure=$2
 
-       if test "${GIT_TEST_CHAIN_LINT:-0}" != 0; then
+       if test "${GIT_TEST_CHAIN_LINT:-1}" != 0; then
                # 117 is magic because it is unlikely to match the exit
                # code of other programs
                test_eval_ "(exit 117) && $1"