Commit cc6eabf4 authored by Christian Couder's avatar Christian Couder

t0030: expect good ipfs mount output

As the ipfs mount call is now encapsulated in a
temporary function (see previous commit) its
output should not be tempered with by
test_must_fail.

License: MIT
Signed-off-by: default avatarChristian Couder <chriscool@tuxfamily.org>
parent a7b02270
......@@ -25,7 +25,7 @@ test_expect_success "'ipfs mount' fails when there is no mount dir" '
test_must_fail tmp_ipfs_mount
'
test_expect_failure "'ipfs mount' output looks good" '
test_expect_success "'ipfs mount' output looks good" '
test_must_be_empty output &&
test_should_contain "not_ipns\|not_ipfs" output.err
'
......
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