mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 10:47:51 +08:00
Try to fix sharness error
This commit is contained in:
parent
eb86f3659a
commit
04048f46a2
@ -238,7 +238,7 @@ test_expect_success "some are no longer there" '
|
||||
test_launch_ipfs_daemon_without_network
|
||||
test_expect_success "recursive pin fails without objects" '
|
||||
test_must_fail ipfs pin add -r "$HASH_DIR1" 2>err_expected8 &&
|
||||
grep "Error: pin: block was not found locally (offline): ipld: $HASH_DIR1 not found" err_expected8 ||
|
||||
grep "$HASH_DIR1 not found" err_expected8 ||
|
||||
test_fsh cat err_expected8
|
||||
'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user