Fix sharness

This commit is contained in:
Hector Sanjuan 2022-03-02 19:30:38 +01:00
parent 04048f46a2
commit 6c6830c822

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 "$HASH_DIR1 not found" err_expected8 ||
grep "not found" err_expected8 ||
test_fsh cat err_expected8
'