1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +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:
Jeromy Johnson
2017-07-05 08:50:33 -07:00
committed by GitHub

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
'