diff --git a/test/sharness/t0031-mount-publish.sh b/test/sharness/t0031-mount-publish.sh index 7164232e8..9776afd8d 100755 --- a/test/sharness/t0031-mount-publish.sh +++ b/test/sharness/t0031-mount-publish.sh @@ -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 '