You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/sharness/t0062-daemon-api.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ test_client_must_fail() {
32
32
opts="$@"
33
33
echo"OPTS = "$opts
34
34
test_expect_success "client should fail $state"'
35
-
echo "Error: api not running" >expected_err &&
35
+
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 &&
36
36
test_must_fail ipfs id -f="<id>" $opts >actual 2>actual_err &&
0 commit comments