1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

fix sharness test for ipfs init output

This commit is contained in:
Jeromy
2014-12-30 01:40:52 +00:00
committed by Juan Batiz-Benet
parent 02eb6ac2c1
commit b241c8048f

View File

@ -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
'