Add missing &&
Antonio Navarro Perez committed
Dec 7, 2022 at 18:13 UTC
a10d012b81acf7581b9b2b3b83e7f4cab6a6fd57
1 file changed
+1
-1
test/sharness/t0060-daemon.sh
+1
-1
@@ -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"
80
+ STARTFILE="ipfs cat /ipfs/$HASH_WELCOME_DOCS/readme" &&
81
echo "Initializing daemon..." >expected_daemon &&
82
ipfs version --all >> expected_daemon &&
83
echo "" >>expected_daemon &&