mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 17:36:38 +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:
@ -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
|
||||
'
|
||||
|
Reference in New Issue
Block a user