Try to fix sharness error

This commit is contained in:
Hector Sanjuan 2022-03-02 19:14:35 +01:00
parent eb86f3659a
commit 04048f46a2

View File

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