Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
fc6213db
Commit
fc6213db
authored
Nov 06, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dont test mount when no fuse
parent
e5198b14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
test/t0030-mount.sh
test/t0030-mount.sh
+7
-0
No files found.
test/t0030-mount.sh
View file @
fc6213db
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment