Skip to content

Commit

Permalink
fix: most of sharness tests that require non-empty dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 28, 2023
1 parent 1f1a755 commit ace5c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sharness/t0025-datastores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" '
Expand Down

0 comments on commit ace5c79

Please sign in to comment.