tests: Drop run-tests download hack

Cockpit 221.1 includes what the test needs.
This commit is contained in:
Martin Pitt 2020-06-15 22:02:18 +02:00
parent aa6fc6afa4
commit bc3c660e8b

View File

@ -89,10 +89,6 @@ if [ -n "$test_basic" ]; then
TestSOS"
fi
# HACK: use fixed run-tests for BlockingIOError and --exclude, until version 222 gets packaged
curl https://raw.githubusercontent.com/cockpit-project/cockpit/master/test/common/run-tests > test/common/run-tests
chmod a+x test/common/run-tests
exclude_options=""
for t in $EXCLUDES; do
exclude_options="$exclude_options --exclude $t"