Commit 3bb59efa authored by Steven Allen's avatar Steven Allen

add sharness test for #4837

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 7824c2cf
......@@ -99,6 +99,12 @@ test_expect_success "'ipfs name publish' fails" '
printf '' | test_expect_code 1 ipfs name publish >publish_out 2>&1
'
test_expect_success "'ipfs name publish --help' succeeds" '
PEERID=`ipfs id --format="<id>"` &&
test_check_peerid "${PEERID}" &&
ipfs name publish --help
'
test_expect_success "publish output has the correct error" '
grep "argument \"ipfs-path\" is required" publish_out
'
......
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