Skip to content

Commit

Permalink
fix sharness 1st cmit
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jan 31, 2024
1 parent 2a9e223 commit 4435c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sharness/lib/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ port_from_maddr() {

findprovs_empty() {
test_expect_success 'findprovs '$1' succeeds' '
ipfsi 1 dht findprovs -n 1 '$1' > findprovsOut
ipfsi 1 routing findprovs -n 1 '$1' > findprovsOut
'

test_expect_success "findprovs $1 output is empty" '
Expand All @@ -522,7 +522,7 @@ findprovs_empty() {

findprovs_expect() {
test_expect_success 'findprovs '$1' succeeds' '
ipfsi 1 dht findprovs -n 1 '$1' > findprovsOut &&
ipfsi 1 routing findprovs -n 1 '$1' > findprovsOut &&
echo '$2' > expected
'

Expand Down

0 comments on commit 4435c7d

Please sign in to comment.