Skip to content

Commit

Permalink
Add missing &&
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnavarro committed Dec 7, 2022
1 parent 9662c8e commit a10d012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0060-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test_expect_success "ipfs gateway works with the correct allowed origin port" '
'

test_expect_success "ipfs daemon output looks good" '
STARTFILE="ipfs cat /ipfs/$HASH_WELCOME_DOCS/readme"
STARTFILE="ipfs cat /ipfs/$HASH_WELCOME_DOCS/readme" &&
echo "Initializing daemon..." >expected_daemon &&
ipfs version --all >> expected_daemon &&
echo "" >>expected_daemon &&
Expand Down

0 comments on commit a10d012

Please sign in to comment.