Skip to content

Commit

Permalink
Merge pull request #6835 from ipfs/fix/sharness-typo
Browse files Browse the repository at this point in the history
test(sharness): fix typo
  • Loading branch information
Stebalien committed Jan 17, 2020
2 parents 39bf95b + 3385367 commit 589f450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0301-docker-migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test_expect_success "setup http response" '
'

pretend_server() {
socat tcp-listen:17233,fork,bind=127.0.0.1,reuseaddr 'SYSTEM:cat cers_resp'!!STDERR &
socat tcp-listen:17233,fork,bind=127.0.0.1,reuseaddr 'SYSTEM:cat vers_resp'!!STDERR &
}

test_expect_success "startup fake dists server" '
Expand Down

0 comments on commit 589f450

Please sign in to comment.