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:
Steven Allen 2018-09-17 11:40:34 -07:00
parent f4b32e36f4
commit 08cc8552e2

View File

@ -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" '