aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo_current_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo_current_test.go b/repo_current_test.go
index 1799ad62..b87de060 100644
--- a/repo_current_test.go
+++ b/repo_current_test.go
@@ -43,7 +43,7 @@ func TestCurrentRepoDepthFirstEnumeration(t *testing.T) {
if err != nil {
t.Logf("failed to read object %s: %v", hash, err)
errors++
- if errors > 10 {
+ if errors > 0 {
t.Fatalf("too many errors (%d) reading objects", errors)
}
continue