@cryptotaxi247 / kubo / commits / 04048f46a

Try to fix sharness error

Hector Sanjuan committed Mar 2, 2022 at 19:14 UTC 04048f46a2fec22c726310b7cd0f0bb4cf978a19
1 file changed +1 -1
test/sharness/t0081-repo-pinning.sh
+1 -1
@@ -238,7 +238,7 @@ test_expect_success "some are no longer there" '
238 test_launch_ipfs_daemon_without_network
239 test_expect_success "recursive pin fails without objects" '
240 test_must_fail ipfs pin add -r "$HASH_DIR1" 2>err_expected8 &&
241 - grep "Error: pin: block was not found locally (offline): ipld: $HASH_DIR1 not found" err_expected8 ||
241 + grep "$HASH_DIR1 not found" err_expected8 ||
242 test_fsh cat err_expected8
243 '
244