From 990b629e1253ffdd306aa9e3ae6f48235ca9512d Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 12 May 2023 17:56:22 +0200 Subject: test: always install the script utility --- test/TEST-26-SYSTEMCTL/test.sh | 4 ---- test/TEST-74-AUX-UTILS/test.sh | 4 ---- test/test-functions | 1 + 3 files changed, 1 insertion(+), 8 deletions(-) (limited to 'test') diff --git a/test/TEST-26-SYSTEMCTL/test.sh b/test/TEST-26-SYSTEMCTL/test.sh index 659311be4d..64accf850f 100755 --- a/test/TEST-26-SYSTEMCTL/test.sh +++ b/test/TEST-26-SYSTEMCTL/test.sh @@ -7,8 +7,4 @@ TEST_DESCRIPTION="systemctl-related tests" # shellcheck source=test/test-functions . "${TEST_BASE_DIR:?}/test-functions" -test_append_files() ( - image_install script -) - do_test "$@" diff --git a/test/TEST-74-AUX-UTILS/test.sh b/test/TEST-74-AUX-UTILS/test.sh index 94bb159464..f422c89141 100755 --- a/test/TEST-74-AUX-UTILS/test.sh +++ b/test/TEST-74-AUX-UTILS/test.sh @@ -7,8 +7,4 @@ TEST_DESCRIPTION="Tests for auxiliary utilities" # shellcheck source=test/test-functions . "${TEST_BASE_DIR:?}/test-functions" -test_append_files() ( - image_install script -) - do_test "$@" diff --git a/test/test-functions b/test/test-functions index 6063c5d5e2..1f9fa6bb57 100644 --- a/test/test-functions +++ b/test/test-functions @@ -211,6 +211,7 @@ BASICTOOLS=( rm rmdir rmmod + script sed seq setfattr -- cgit v1.2.1