@cryptotaxi247 / kubo / commits / 6c6830c82

Fix sharness

Hector Sanjuan committed Mar 2, 2022 at 19:30 UTC 6c6830c8228bc76c0c56aafa49624e286c6c01f2
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 "$HASH_DIR1 not found" err_expected8 ||
241 + grep "not found" err_expected8 ||
242 test_fsh cat err_expected8
243 '
244