From bc3c660e8bd395680ce592a225ab3fb6abc79cf4 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 15 Jun 2020 22:02:18 +0200 Subject: [PATCH] tests: Drop run-tests download hack Cockpit 221.1 includes what the test needs. --- tests/run-test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index d2e8e13..6afda95 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -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"