diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-12 17:56:22 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-13 00:26:38 +0200 |
commit | 990b629e1253ffdd306aa9e3ae6f48235ca9512d (patch) | |
tree | 0529e244c918ba32db72587b1545b1a254ac5668 /test/TEST-74-AUX-UTILS | |
parent | test: add a couple of tests for machinectl (diff) | |
download | systemd-990b629e1253ffdd306aa9e3ae6f48235ca9512d.tar.xz systemd-990b629e1253ffdd306aa9e3ae6f48235ca9512d.zip |
test: always install the script utility
Diffstat (limited to 'test/TEST-74-AUX-UTILS')
-rwxr-xr-x | test/TEST-74-AUX-UTILS/test.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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 "$@" |