Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
test: fix sharness tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias authored and dryajov committed Aug 31, 2017
1 parent 25b1287 commit 10293cf
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 @@ -48,7 +48,7 @@ test_expect_success "'ipfs commands' succeeds" '
test_expect_success "'ipfs commands' output looks good" '
grep "add" commands.txt &&
grep "daemon" commands.txt &&
grep "update" commands.txt
grep "version" commands.txt
'

# test_expect_success "All commands accept --help" '
Expand Down

0 comments on commit 10293cf

Please sign in to comment.