mirror of
https://github.com/systemd/systemd.git
synced 2025-01-21 22:04:01 +03:00
test: always install the script utility
This commit is contained in:
parent
378db9e2b9
commit
990b629e12
@ -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 "$@"
|
||||
|
@ -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 "$@"
|
||||
|
@ -211,6 +211,7 @@ BASICTOOLS=(
|
||||
rm
|
||||
rmdir
|
||||
rmmod
|
||||
script
|
||||
sed
|
||||
seq
|
||||
setfattr
|
||||
|
Loading…
x
Reference in New Issue
Block a user