1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 16:07:42 +08:00

add sharness test for #4837

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen
2018-03-19 16:00:51 -07:00
parent 7824c2cf4e
commit 3bb59efade

View File

@ -99,6 +99,12 @@ test_expect_success "'ipfs name publish' fails" '
printf '' | test_expect_code 1 ipfs name publish >publish_out 2>&1 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" ' test_expect_success "publish output has the correct error" '
grep "argument \"ipfs-path\" is required" publish_out grep "argument \"ipfs-path\" is required" publish_out
' '