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:
@ -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" &&
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 &&
|
||||
|
Reference in New Issue
Block a user