From cc844ba3db24b57c3656306b856465c9a843349f Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 4 Jul 2017 16:54:12 -0700 Subject: [PATCH] sharness: fix the error message in the mount-publish test case License: MIT Signed-off-by: Steven Allen --- test/sharness/t0031-mount-publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '