提交 1e077828 作者: Christian Couder

Rename test_kill_ipfs_mount into test_kill_ipfs_daemon

License: MIT
Signed-off-by: 's avatarChristian Couder <chriscool@tuxfamily.org>
上级 e1be9613
......@@ -100,7 +100,7 @@ test_kill_repeat_10_sec() {
! kill -0 $1 2>/dev/null
}
test_kill_ipfs_mount() {
test_kill_ipfs_daemon() {
test_expect_success FUSE "'ipfs daemon' is still running" '
kill -0 $IPFS_PID
......
......@@ -17,7 +17,7 @@ fi
test_launch_ipfs_mount
test_kill_ipfs_mount
test_kill_ipfs_daemon
test_expect_success "mount directories can be removed" '
rmdir ipfs ipns
......@@ -34,6 +34,6 @@ test_expect_failure "'ipfs mount' looks good when it fails (issue #341)" '
! grep "IPNS mounted at" actual
'
test_kill_ipfs_mount
test_kill_ipfs_daemon
test_done
......@@ -86,6 +86,6 @@ test_expect_success FUSE "cat ipfs/bigfile looks good" '
test_cmp sha1_expected sha1_actual
'
test_kill_ipfs_mount
test_kill_ipfs_daemon
test_done
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论