Remove litter from test_concurrency

This commit is contained in:
Andrew Gaul 2019-06-26 20:29:27 -07:00
parent a78d8d1da4
commit 048aea1151

View File

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