Skip to content

Commit

Permalink
sharness: test_ipfs_init now uses default flags
Browse files Browse the repository at this point in the history
  • Loading branch information
petar authored and aschmahmann committed Jul 15, 2020
1 parent 2c255ea commit 7dda766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/lib/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ test_init_ipfs() {

test_expect_success "ipfs init succeeds" '
export IPFS_PATH="$(pwd)/.ipfs" &&
ipfs init --profile=test -a=rsa -b=2048 > /dev/null
ipfs init --profile=test > /dev/null
'

test_expect_success "prepare config -- mounting" '
Expand Down

0 comments on commit 7dda766

Please sign in to comment.