Commit b241c804 authored by Jeromy's avatar Jeromy Committed by Juan Batiz-Benet

fix sharness test for ipfs init output

parent 02eb6ac2
......@@ -38,7 +38,8 @@ 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 "\nto get started, enter: ipfs cat $STARTHASH" >>expected &&
echo "" >> expected &&
echo "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