mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 04:47:45 +08:00
Merge pull request #4035 from Stebalien/fix/mount-publish-test
sharness: fix the error message in the mount-publish test case
This commit is contained in:
commit
6ad24f6145
@ -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
|
||||
'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user