Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test-lib: turn on GIT_TEST_CHAIN_LINT by default
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 50b3d3f45dde25b63d1bff636056565be70a17ba..281c1eca0925664a1bddec0e2edca017f68a1a47 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-531,7
+531,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"