提交 9cbec47a 作者: Jakub Sztandera

sharness: Tests for #2868 - --help hanging on stdin

License: MIT
Signed-off-by: 's avatarJakub Sztandera <kubuxu@protonmail.ch>
上级 3b2993dd
......@@ -14,4 +14,12 @@ test_expect_success "ipfs init with occupied input works - #2748" '
rm -rf ipfs_path
'
test_expect_success "ipfs cat --help succeeds with no input" '
time-out ipfs cat --help
'
test_expect_success "ipfs pin ls --help succeeds with no input" '
time-out ipfs pin ls --help
'
test_done
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论