Commit c47b808d authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

sharness/init: fixed ipfs init output

parent b241c804
......@@ -38,8 +38,7 @@ test_expect_success "ipfs init output looks good" '
echo "initializing ipfs node at $IPFS_DIR" >expected &&
echo "generating key pair...done" >>expected &&
echo "peer identity: $PEERID" >>expected &&
echo "" >> expected &&
echo "to get started, enter: ipfs cat $STARTHASH" >>expected &&
printf "\\n%s\\n" "to get started, enter: ipfs cat $STARTHASH" >>expected &&
test_cmp expected actual_init
'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment