Commit 33e72b32 authored by Hector Sanjuan's avatar Hector Sanjuan

sharness: fix "api not running" error message

License: MIT
Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
parent ab270fba
......@@ -32,7 +32,7 @@ test_client_must_fail() {
opts="$@"
echo "OPTS = " $opts
test_expect_success "client should fail $state" '
echo "Error: api not running" >expected_err &&
echo "Error: cannot connect to the api. Is the deamon running? To run as a standalone CLI command remove the api file in \`\$IPFS_PATH/api\`" >expected_err &&
test_must_fail ipfs id -f="<id>" $opts >actual 2>actual_err &&
test_cmp expected_err actual_err
'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment