Commit 882aac22 authored by Christian Couder's avatar Christian Couder

Add issue number to expected failures in sharness tests

License: MIT
Signed-off-by: default avatarChristian Couder <chriscool@tuxfamily.org>
parent 2e566a7d
......@@ -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
'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment