File report-progress-fix-tests.diff of Package rpmlint
--- rpmlint-tests-13.2+git20150520.a374c88/run_orig 2015-10-09 18:24:23.568188320 +0200 +++ rpmlint-tests-13.2+git20150520.a374c88/run 2015-10-09 18:25:30.745902028 +0200 @@ -34,7 +34,7 @@ else unset RPMLINT_MINI_CONFIG fi - set -- $rpmlint "$@" + set -- $rpmlint -o "ReportProgress False" "$@" if [ -e tests/$name.env ]; then local line local env=()