From 04048f46a2fec22c726310b7cd0f0bb4cf978a19 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Wed, 2 Mar 2022 19:14:35 +0100 Subject: [PATCH] Try to fix sharness error --- test/sharness/t0081-repo-pinning.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sharness/t0081-repo-pinning.sh b/test/sharness/t0081-repo-pinning.sh index 9c69b9eb3..941cd7301 100755 --- a/test/sharness/t0081-repo-pinning.sh +++ b/test/sharness/t0081-repo-pinning.sh @@ -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 '