mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 03:17:43 +08:00
sharness: t0030-mount output known breakage
The test_must_fail check fails on osx. (it does not seem to fail on linux). See #1109
This commit is contained in:
parent
db56c0f16a
commit
bd9e2c6edb
@ -24,7 +24,7 @@ test_expect_success "'ipfs mount' fails when there is no mount dir" '
|
||||
test_must_fail ipfs mount -f=not_ipfs -n=not_ipns >output 2>output.err
|
||||
'
|
||||
|
||||
test_expect_success "'ipfs mount' output looks good" '
|
||||
test_expect_failure "'ipfs mount' output looks good" '
|
||||
test_must_be_empty output &&
|
||||
test_should_contain "not_ipns\|not_ipfs" output.err
|
||||
'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user