From ff2ffb158d4a05cd4a7cfe7a7916ae39659a17c3 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 3 Apr 2019 21:38:01 -0700 Subject: [PATCH] foo License: MIT Signed-off-by: Steven Allen --- test/sharness/lib/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sharness/lib/test-lib.sh b/test/sharness/lib/test-lib.sh index f9ebae81e4cf..d9ea0c668174 100644 --- a/test/sharness/lib/test-lib.sh +++ b/test/sharness/lib/test-lib.sh @@ -294,7 +294,7 @@ test_kill_ipfs_daemon() { ' test_expect_success "'ipfs daemon' can be killed" ' - test_kill_repeat_10_sec $IPFS_PID + test_kill_repeat_10_sec $IPFS_PID && ipfs repo fsck ' }