Skip to content

Commit

Permalink
Add issue number to expected failures in sharness tests
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Christian Couder <[email protected]>
  • Loading branch information
chriscool committed Nov 19, 2014
1 parent 2e566a7 commit 882aac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/t0030-mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ test_expect_success "mount directories can be removed" '

test_launch_ipfs_daemon

test_expect_failure "'ipfs mount' fails when no mount dir" '
test_expect_failure "'ipfs mount' fails when no mount dir (issue #341)" '
test_must_fail ipfs mount >actual
'

test_expect_failure "'ipfs mount' looks good when it fails" '
test_expect_failure "'ipfs mount' looks good when it fails (issue #341)" '
! grep "IPFS mounted at" actual &&
! grep "IPNS mounted at" actual
'
Expand Down

0 comments on commit 882aac2

Please sign in to comment.