Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
optimize diffcore-delta by sorting hash entries.
[gitweb.git]
/
t
/
t5710-info-alternate.sh
diff --git
a/t/t5710-info-alternate.sh
b/t/t5710-info-alternate.sh
index b9f6d9636313c29cb9d9553ca908e623fdefd179..699df6ebd8b6e76f95b255783c892de23610e504 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
}
@@
-104,4
+104,3
@@
test_valid_repo'
cd "$base_dir"
test_done
-