Skip to content

Commit

Permalink
[DO NOT MERGE] temporarily fix init test
Browse files Browse the repository at this point in the history
See: ipfs/go-ds-flatfs#37

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
Stebalien committed Mar 29, 2018
1 parent ac00ea0 commit f900722
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sharness/t0020-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ test_expect_success "ipfs init output looks good" '
echo "initializing IPFS node at $IPFS_PATH" >expected &&
echo "generating $BITS-bit RSA keypair...done" >>expected &&
echo "peer identity: $PEERID" >>expected &&
echo "Calculating datastore size. This might take 5m0s at most and will happen only once" >>expected && # TODO: REMOVE THIS!
echo "to get started, enter:" >>expected &&
printf "\\n\\t$STARTFILE\\n\\n" >>expected &&
test_cmp expected actual_init
Expand Down Expand Up @@ -111,6 +112,7 @@ test_expect_success "'ipfs init --empty-repo' output looks good" '
echo "initializing IPFS node at $IPFS_PATH" >expected &&
echo "generating $BITS-bit RSA keypair...done" >>expected &&
echo "peer identity: $PEERID" >>expected &&
echo "Calculating datastore size. This might take 5m0s at most and will happen only once" >>expected && # TODO: REMOVE THIS!
test_cmp expected actual_init
'

Expand Down

0 comments on commit f900722

Please sign in to comment.