Use map() instead of list comprehension where possible

This commit is contained in:
The MMGen Project 2018-03-07 09:55:06 +00:00
commit b80b059815
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
12 changed files with 27 additions and 30 deletions

View file

@ -361,7 +361,6 @@ tests=$dfl_tests
[ "$NO_PAUSE" ] || PAUSE=1
check_args
echo "Running tests: $tests"
run_tests "$tests"
rm -rf /tmp/mmgen-test-release-*