1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +08:00

sharness/init: fixed ipfs init output

This commit is contained in:
Juan Batiz-Benet
2015-01-05 00:09:46 -08:00
parent b241c8048f
commit c47b808d77

View File

@ -38,8 +38,7 @@ test_expect_success "ipfs init output looks good" '
echo "initializing ipfs node at $IPFS_DIR" >expected && echo "initializing ipfs node at $IPFS_DIR" >expected &&
echo "generating key pair...done" >>expected && echo "generating key pair...done" >>expected &&
echo "peer identity: $PEERID" >>expected && echo "peer identity: $PEERID" >>expected &&
echo "" >> expected && printf "\\n%s\\n" "to get started, enter: ipfs cat $STARTHASH" >>expected &&
echo "to get started, enter: ipfs cat $STARTHASH" >>expected &&
test_cmp expected actual_init test_cmp expected actual_init
' '