sharness: fix the error message in the mount-publish test case
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Jul 4, 2017 at 16:54 UTC
cc844ba3db24b57c3656306b856465c9a843349f
1 file changed
+1
-1
test/sharness/t0031-mount-publish.sh
+1
-1
@@ -40,7 +40,7 @@ test_expect_success FUSE "'ipfs mount' output looks good" '
40
'
41
42
test_expect_success "cannot publish after mounting /ipns" '
43
- echo "Error: You cannot manually publish while IPNS is mounted." >expected &&
43
+ echo "Error: cannot manually publish while IPNS is mounted" >expected &&
44
test_must_fail ipfsi 0 name publish '$HASH' 2>actual &&
45
test_cmp expected actual
46
'