kubo/test/sharness/lib
Christian Couder 14cd8634ef test-lib.sh: fix umount calls
As test directories contain a space, we need to
properly quote paths, otherwise we get errors like:

```
umount: /home/christian/gocode/src/github.com/ipfs/go-ipfs/test/sharness/trash is not mounted (according to mtab)
umount: /home/christian/gocode/src/github.com/ipfs/go-ipfs/test/sharness/trash is not mounted (according to mtab)
```

instead of:

```
umount: /home/christian/gocode/src/github.com/ipfs/go-ipfs/test/sharness/trash directory.t0030-mount.sh/ipfs is not mounted (according to mtab)
umount: /home/christian/gocode/src/github.com/ipfs/go-ipfs/test/sharness/trash directory.t0030-mount.sh/ipns is not mounted (according to mtab)
```

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-04-21 16:18:35 +02:00
..
install-sharness.sh install-sharness.sh: use git instead of wget and shasum 2015-01-09 23:13:48 +01:00
random-dep.go Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
test-aggregate-results.sh moved sharness tests to a subdir. 2015-01-07 07:10:17 -08:00
test-lib-hashes.sh publish by path 2015-04-12 21:51:58 +00:00
test-lib.sh test-lib.sh: fix umount calls 2015-04-21 16:18:35 +02:00