Skip to content

Commit

Permalink
Merge pull request #1113 from ipfs/fix_umounting
Browse files Browse the repository at this point in the history
test-lib.sh: fix umount calls
  • Loading branch information
jbenet committed Apr 22, 2015
2 parents b1adeef + 14cd863 commit d881aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sharness/lib/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ test_mount_ipfs() {

# make sure stuff is unmounted first.
test_expect_success FUSE "'ipfs mount' succeeds" '
umount $(pwd)/ipfs || true &&
umount $(pwd)/ipns || true &&
umount "$(pwd)/ipfs" || true &&
umount "$(pwd)/ipns" || true &&
ipfs mount >actual
'

Expand Down

0 comments on commit d881aab

Please sign in to comment.