@cryptotaxi247 / kubo / commits / 9cbec47a2

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

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Jun 28, 2016 at 15:41 UTC 9cbec47a23ada71fd0c60b1df0ece1d09b1e4a13
1 file changed +8
test/sharness/t0500-issues-and-regressions-offline.sh
+8
@@ -14,4 +14,12 @@ test_expect_success "ipfs init with occupied input works - #2748" '
14 rm -rf ipfs_path
15 '
16
17 +test_expect_success "ipfs cat --help succeeds with no input" '
18 + time-out ipfs cat --help
19 +'
20 +
21 +test_expect_success "ipfs pin ls --help succeeds with no input" '
22 + time-out ipfs pin ls --help
23 +'
24 +
25 test_done