Skip to content

Commit a10d012

Browse files
committed
Add missing &&
1 parent 9662c8e commit a10d012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/t0060-daemon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ test_expect_success "ipfs gateway works with the correct allowed origin port" '
7777
'
7878

7979
test_expect_success "ipfs daemon output looks good" '
80-
STARTFILE="ipfs cat /ipfs/$HASH_WELCOME_DOCS/readme"
80+
STARTFILE="ipfs cat /ipfs/$HASH_WELCOME_DOCS/readme" &&
8181
echo "Initializing daemon..." >expected_daemon &&
8282
ipfs version --all >> expected_daemon &&
8383
echo "" >>expected_daemon &&

0 commit comments

Comments
 (0)