X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5710-info-alternate.sh;h=699df6ebd8b6e76f95b255783c892de23610e504;hb=9b0185ca06001219f5ffcccb5c09b9a9bb42e7c2;hp=b9f6d9636313c29cb9d9553ca908e623fdefd179;hpb=1fcdd62adf81a172f45c7c6a58177212d500b9d9;p=git.git diff --git a/t/t5710-info-alternate.sh b/t/t5710-info-alternate.sh index b9f6d9636..699df6ebd 100755 --- 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 -