@cryptotaxi247 / kubo / commits / 397a35a33

update test to print error from EnumerateChildren

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Jan 12, 2017 at 13:51 UTC 397a35a33a0a4e0c9bfcca33892258fb718a0d81
1 file changed +1 -1
test/sharness/t0081-repo-pinning.sh
+1 -1
@@ -240,7 +240,7 @@ test_expect_success "some are no longer there" '
240 test_expect_success "recursive pin fails without objects" '
241 ipfs pin rm -r=false "$HASH_DIR1" &&
242 test_must_fail ipfs pin add -r "$HASH_DIR1" 2>err_expected8 &&
243 - grep "pin: failed to fetch all nodes" err_expected8 ||
243 + grep "pin: merkledag: not found" err_expected8 ||
244 test_fsh cat err_expected8
245 '
246