sharness: test_ipfs_init now uses default flags
Petar Maymounkov committed
Jul 15, 2020 at 09:46 UTC
7dda7664422eb6a008a6529ce0f95400328d39e7
1 file changed
+1
-1
test/sharness/lib/test-lib.sh
+1
-1
@@ -193,7 +193,7 @@ test_init_ipfs() {
193
194
test_expect_success "ipfs init succeeds" '
195
export IPFS_PATH="$(pwd)/.ipfs" &&
196
- ipfs init --profile=test -a=rsa -b=2048 > /dev/null
196
+ ipfs init --profile=test > /dev/null
197
'
198
199
test_expect_success "prepare config -- mounting" '