Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test GIT_WORK_TREE
[gitweb.git]
/
t
/
t5710-info-alternate.sh
diff --git
a/t/t5710-info-alternate.sh
b/t/t5710-info-alternate.sh
index b9f6d9636313c29cb9d9553ca908e623fdefd179..2f8e97cb7ea4b8bdf56d5795d512534d504d25c0 100755
(executable)
--- a/
t/t5710-info-alternate.sh
+++ b/
t/t5710-info-alternate.sh
@@
-17,7
+17,7
@@
reachable_via() {
}
test_valid_repo() {
- git fsck
-objects
--full > fsck.log &&
+ git fsck --full > fsck.log &&
test `wc -l < fsck.log` = 0
}