1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 17:36:38 +08:00

rename and fix sharness issue in ptp test

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2017-06-10 10:33:59 -07:00
committed by Łukasz Magiera
parent db6073bc27
commit 732e792fc6

View File

@ -26,8 +26,8 @@ test_expect_success "test ports are closed" '
(! (netstat -ln | grep "LISTEN" | grep ":10102 "))
'
test_must_fail 'fail without config option being enabled' '
ipfsi 0 p2p stream ls
test_expect_success 'fail without config option being enabled' '
test_must_fail ipfsi 0 p2p stream ls
'
test_expect_success "enable filestore config setting" '