Skip to content

Commit

Permalink
dont test mount when no fuse
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed Nov 7, 2014
1 parent 1f5dd34 commit 50b7f27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/t0030-mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50b7f27

Please sign in to comment.