Skip to content

Commit

Permalink
Add sharness tests for colorful help
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Julian Dax <julian.dax@uni-siegen.de>
  • Loading branch information
Julian Dax committed Dec 30, 2016
1 parent 9d18bcd commit 748c234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/sharness/t0010-basic-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ test_expect_success "'ipfs commands --flags' output looks good" '
grep "ipfs repo gc --quiet / ipfs repo gc -q" commands.txt
'

test_expect_success "'ipfs --color' succeeds" '
ipfs --color >commands.txt
'

test_done

0 comments on commit 748c234

Please sign in to comment.