1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 09:34:03 +08:00

sharness: fix the error message in the mount-publish test case

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen
2017-07-04 16:54:12 -07:00
parent ba9435d850
commit cc844ba3db

View File

@ -40,7 +40,7 @@ test_expect_success FUSE "'ipfs mount' output looks good" '
'
test_expect_success "cannot publish after mounting /ipns" '
echo "Error: You cannot manually publish while IPNS is mounted." >expected &&
echo "Error: cannot manually publish while IPNS is mounted" >expected &&
test_must_fail ipfsi 0 name publish '$HASH' 2>actual &&
test_cmp expected actual
'