Commit f06b9ca1 authored by Christian Couder's avatar Christian Couder

Rename test_launch_ipfs_mount into test_launch_ipfs_daemon_and_mount

License: MIT
Signed-off-by: default avatarChristian Couder <chriscool@tuxfamily.org>
parent 1e077828
...@@ -64,7 +64,7 @@ test_launch_ipfs_daemon() { ...@@ -64,7 +64,7 @@ test_launch_ipfs_daemon() {
' '
} }
test_launch_ipfs_mount() { test_launch_ipfs_daemon_and_mount() {
test_expect_success "ipfs init succeeds" ' test_expect_success "ipfs init succeeds" '
export IPFS_DIR="$(pwd)/.go-ipfs" && export IPFS_DIR="$(pwd)/.go-ipfs" &&
......
...@@ -15,7 +15,7 @@ if ! test_have_prereq FUSE; then ...@@ -15,7 +15,7 @@ if ! test_have_prereq FUSE; then
test_done test_done
fi fi
test_launch_ipfs_mount test_launch_ipfs_daemon_and_mount
test_kill_ipfs_daemon test_kill_ipfs_daemon
......
...@@ -8,7 +8,7 @@ test_description="Test add and cat commands" ...@@ -8,7 +8,7 @@ test_description="Test add and cat commands"
. lib/test-lib.sh . lib/test-lib.sh
test_launch_ipfs_mount test_launch_ipfs_daemon_and_mount
test_expect_success "ipfs add succeeds" ' test_expect_success "ipfs add succeeds" '
echo "Hello Worlds!" >mountdir/hello.txt && echo "Hello Worlds!" >mountdir/hello.txt &&
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment