rename and fix sharness issue in ptp test
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Jun 10, 2017 at 10:33 UTC
732e792fc6fceb65e215b269564d67700122576f
1 file changed
+2
-2
test/sharness/t0180-p2p.sh
+2
-2
@@ -26,8 +26,8 @@ test_expect_success "test ports are closed" '
26
(! (netstat -ln | grep "LISTEN" | grep ":10102 "))
27
'
28
29
-test_must_fail 'fail without config option being enabled' '
30
- ipfsi 0 p2p stream ls
29
+test_expect_success 'fail without config option being enabled' '
30
+ test_must_fail ipfsi 0 p2p stream ls
31
'
32
33
test_expect_success "enable filestore config setting" '