tests: Drop run-tests download hack
Cockpit 221.1 includes what the test needs.
This commit is contained in:
parent
aa6fc6afa4
commit
bc3c660e8b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user