From ace5c79f695d4573dc0032a501df9e948225bd28 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 28 Mar 2023 13:36:04 +0200 Subject: [PATCH] fix: most of sharness tests that require non-empty dir --- test/sharness/t0025-datastores.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" '