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: Christian Couder <chriscool@tuxfamily.org>
Christian Couder committed
Apr 21, 2015 at 15:52 UTC
cc6eabf49f958354ab294d7e0c0650971805f26b
1 file changed
+1
-1
test/sharness/t0030-mount.sh
+1
-1
@@ -25,7 +25,7 @@ test_expect_success "'ipfs mount' fails when there is no mount dir" '
25
test_must_fail tmp_ipfs_mount
26
'
27
28
-test_expect_failure "'ipfs mount' output looks good" '
28
+test_expect_success "'ipfs mount' output looks good" '
29
test_must_be_empty output &&
30
test_should_contain "not_ipns\|not_ipfs" output.err
31
'