@cryptotaxi247 / kubo / commits / bd9e2c6ed

sharness: t0030-mount output known breakage

The test_must_fail check fails on osx. (it does not seem to fail on linux). See #1109

Juan Batiz-Benet committed Apr 21, 2015 at 01:12 UTC bd9e2c6edb88008edfd5ca5a228317b94e53b051
1 file changed +1 -1
test/sharness/t0030-mount.sh
+1 -1
@@ -24,7 +24,7 @@ test_expect_success "'ipfs mount' fails when there is no mount dir" '
24 test_must_fail ipfs mount -f=not_ipfs -n=not_ipns >output 2>output.err
25 '
26
27 -test_expect_success "'ipfs mount' output looks good" '
27 +test_expect_failure "'ipfs mount' output looks good" '
28 test_must_be_empty output &&
29 test_should_contain "not_ipns\|not_ipfs" output.err
30 '