Skip to content

Commit

Permalink
Revert "Fixes test ('bootstrap' doesn't alias to 'list')."
Browse files Browse the repository at this point in the history
This reverts commit 5d8209c.
  • Loading branch information
hackergrrl committed Apr 28, 2016
1 parent f65b121 commit 281de4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/sharness/t0120-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ test_bootstrap_list_cmd() {
echo "$BP" >>list_expected
done

test_expect_success "'ipfs bootstrap' succeeds" '
ipfs bootstrap >list_actual
'

test_expect_success "'ipfs bootstrap' output looks good" '
test_cmp list_expected list_actual
'

test_expect_success "'ipfs bootstrap list' succeeds" '
ipfs bootstrap list >list2_actual
'
Expand Down

0 comments on commit 281de4a

Please sign in to comment.