From 048aea1151b9a81e190581b441d47e36740c26a4 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 26 Jun 2019 20:29:27 -0700 Subject: [PATCH] Remove litter from test_concurrency --- test/integration-test-main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration-test-main.sh b/test/integration-test-main.sh index 1e513a7..ce8aacf 100755 --- a/test/integration-test-main.sh +++ b/test/integration-test-main.sh @@ -544,6 +544,7 @@ function test_concurrency { done & done wait + rm -f `seq 100` }