Merge pull request #1055 from gaul/test/litter

Remove litter from test_concurrency
This commit is contained in:
Takeshi Nakatani 2019-07-01 22:10:57 +09:00 committed by GitHub
commit 5324c1b588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -544,6 +544,7 @@ function test_concurrency {
done &
done
wait
rm -f `seq 100`
}