提交 9d7603eb 作者: Juan Batiz-Benet

Merge pull request #926 from ipfs/t0030_remove_expected_failures

t0030: replace some expect_failure with expect_success
......@@ -18,13 +18,13 @@ fi
test_init_ipfs
test_launch_ipfs_daemon
# run this mount failure before mounting properly.
# test mount failure before mounting properly.
test_expect_failure "'ipfs mount' fails when no mount dir (issue #341)" '
test_expect_success "'ipfs mount' fails when no mount dir" '
test_must_fail ipfs mount -f=not_ipfs -n=not_ipns >actual
'
test_expect_failure "'ipfs mount' looks good when it fails (issue #341)" '
test_expect_success "'ipfs mount' output looks good when it fails" '
! grep "IPFS mounted at: $(pwd)/ipfs" actual >/dev/null &&
! grep "IPNS mounted at: $(pwd)/ipns" actual >/dev/null ||
test_fsh cat actual
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论