Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsserver: Add test for update -p
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 870b255f13e1b2d971b7e036d130d35387e3c2c7..7c2a8ba77d312c3196767969a39687bfb12f74c9 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-300,7
+300,7
@@
test_expect_code () {
test_must_fail () {
"$@"
- test $? -gt 0 -a $? -le 12
8
+ test $? -gt 0 -a $? -le 12
9
}
# test_cmp is a helper function to compare actual and expected output.