@cryptotaxi247 / kubo / commits / c10ed855a

Add test for online field in diag sys

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

Jakub Sztandera committed Jun 18, 2016 at 12:40 UTC c10ed855a59980d9163fe7d3e9120648ecbb5074
1 file changed +2 -1
test/sharness/t0151-sysdiag.sh
+2 -1
@@ -17,7 +17,8 @@ test_expect_success "ipfs diag sys succeeds" '
17 test_expect_success "output contains some expected keys" '
18 grep "virt" output &&
19 grep "interface_addresses" output &&
20 - grep "arch" output
20 + grep "arch" output &&
21 + grep "online" output
22 '
23
24 test_expect_success "uname succeeds" '