Skip to content

Commit

Permalink
Fix last (hopefully) test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergey418alt committed Jan 29, 2025
1 parent 2765ec0 commit 354256a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sharness/t0002-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ test_expect_success "check that init scripts were run correctly and in the corre

test_expect_success "check that init script configs were applied" '
echo Bar > expected &&
docker exec "$DOC_ID" ipfs config Foo > actual &&
docker exec "$DOC_ID" ipfs config Provider.Strategy > actual &&
test_cmp actual expected &&
echo Qux > expected &&
docker exec "$DOC_ID" ipfs config Baz > actual &&
docker exec "$DOC_ID" ipfs config Datastore.Path > actual &&
test_cmp actual expected
'

Expand Down

0 comments on commit 354256a

Please sign in to comment.