Add two more missed cleanup clauses
Peter Rabbitson committed
Dec 14, 2019 at 18:58 UTC
36dcf8eac5fd867ccc7044c5660fe1d8660442c9
2 files changed
+4
test/sharness/t0095-refs.sh
+2
@@ -182,4 +182,6 @@ test_refs_output '' 'cat'
182
183
test_refs_output '--cid-base=base32' 'ipfs cid base32'
184
185
+test_kill_ipfs_daemon
186
+
187
test_done
test/sharness/t0181-private-network.sh
+2
@@ -132,4 +132,6 @@ test_expect_success "stop testbed" '
132
iptb stop
133
'
134
135
+test_kill_ipfs_daemon
136
+
137
test_done