mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-04 07:48:00 +08:00
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: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
f4b32e36f4
commit
08cc8552e2
@ -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" '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user