Skip to content

Commit

Permalink
Removes trailing colon from 'usage' test.
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
  • Loading branch information
hackergrrl committed Apr 20, 2016
1 parent 8a908b8 commit 76b52af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0010-basic-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_expect_success "ipfs help succeeds" '
'

test_expect_success "ipfs help output looks good" '
egrep -i "^Usage:" help.txt >/dev/null &&
egrep -i "^Usage" help.txt >/dev/null &&
egrep "ipfs .* <command>" help.txt >/dev/null ||
test_fsh cat help.txt
'
Expand Down

0 comments on commit 76b52af

Please sign in to comment.