diff --git a/test/sharness/t0025-datastores.sh b/test/sharness/t0025-datastores.sh index ec99accb5e7e..f0ddd4e2e8fe 100755 --- a/test/sharness/t0025-datastores.sh +++ b/test/sharness/t0025-datastores.sh @@ -4,9 +4,9 @@ test_description="Test non-standard datastores" . lib/test-lib.sh -test_expect_success "'ipfs init --profile=badgerds' succeeds" ' +test_expect_success "'ipfs init --empty-repo=false --profile=badgerds' succeeds" ' BITS="2048" && - ipfs init --profile=badgerds + ipfs init --empty-repo=false --profile=badgerds ' test_expect_success "'ipfs pin ls' works" '