1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +08:00

Rename test_launch_ipfs_mount into test_launch_ipfs_daemon_and_mount

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
Christian Couder
2014-11-20 20:11:03 +01:00
parent 1e077828cb
commit f06b9ca126
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ test_launch_ipfs_daemon() {
'
}
test_launch_ipfs_mount() {
test_launch_ipfs_daemon_and_mount() {
test_expect_success "ipfs init succeeds" '
export IPFS_DIR="$(pwd)/.go-ipfs" &&

View File

@ -15,7 +15,7 @@ if ! test_have_prereq FUSE; then
test_done
fi
test_launch_ipfs_mount
test_launch_ipfs_daemon_and_mount
test_kill_ipfs_daemon

View File

@ -8,7 +8,7 @@ test_description="Test add and cat commands"
. lib/test-lib.sh
test_launch_ipfs_mount
test_launch_ipfs_daemon_and_mount
test_expect_success "ipfs add succeeds" '
echo "Hello Worlds!" >mountdir/hello.txt &&