t0030-mount.sh 222 Bytes
Newer Older
Christian Couder's avatar
Christian Couder committed
1 2 3 4 5 6 7 8 9 10
#!/bin/sh
#
# Copyright (c) 2014 Christian Couder
# MIT Licensed; see the LICENSE file in this repository.
#

test_description="Test mount command"

. ./test-lib.sh

11
test_launch_ipfs_mount
Christian Couder's avatar
Christian Couder committed
12

13
test_kill_ipfs_mount
Christian Couder's avatar
Christian Couder committed
14 15

test_done