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:
@ -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" '
|
||||
|
Reference in New Issue
Block a user