1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 17:03:58 +08:00

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

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2016-06-28 15:41:34 +02:00
parent 3b2993dd9a
commit 9cbec47a23

View File

@ -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