Commit fc6213db authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

dont test mount when no fuse

parent e5198b14
......@@ -8,6 +8,13 @@ test_description="Test mount command"
. ./test-lib.sh
# if in travis CI, dont test mount (no fuse)
if test "$TEST_NO_FUSE" = 1; then
skip_all='skipping mount tests, fuse not available'
test_done
fi
test_launch_ipfs_mount
test_kill_ipfs_mount
......
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