提交 08cc8552 作者: Steven Allen

fix broken gc test

`ipfs refs` won't work because we don't have the referenced objects (ipfs refs
fetches everything it prints).

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 f4b32e36
......@@ -38,9 +38,9 @@ test_expect_success "gc okay after adding incomplete node -- prep" '
'
test_expect_success "gc okay after adding incomplete node" '
ipfs refs $ADIR_HASH &&
ipfs object stat $ADIR_HASH &&
ipfs repo gc &&
ipfs refs $ADIR_HASH
ipfs object stat $ADIR_HASH
'
test_expect_success "add directory with direct pin" '
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论