We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9662c8e commit a10d012Copy full SHA for a10d012
test/sharness/t0060-daemon.sh
@@ -77,7 +77,7 @@ test_expect_success "ipfs gateway works with the correct allowed origin port" '
77
'
78
79
test_expect_success "ipfs daemon output looks good" '
80
- STARTFILE="ipfs cat /ipfs/$HASH_WELCOME_DOCS/readme"
+ STARTFILE="ipfs cat /ipfs/$HASH_WELCOME_DOCS/readme" &&
81
echo "Initializing daemon..." >expected_daemon &&
82
ipfs version --all >> expected_daemon &&
83
echo "" >>expected_daemon &&
0 commit comments