]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: always install the script utility
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 12 May 2023 15:56:22 +0000 (17:56 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 12 May 2023 22:26:38 +0000 (00:26 +0200)
test/TEST-26-SYSTEMCTL/test.sh
test/TEST-74-AUX-UTILS/test.sh
test/test-functions

index 659311be4d42d36bf5a7b163fc95432f8f7f1a27..64accf850f392c72d94933f4b6d23a690caf76f8 100755 (executable)
@@ -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 "$@"
index 94bb1594647b3375414e53019d1d4a5af6a253a0..f422c89141dfaa39154bede4b32f4c8a16a09468 100755 (executable)
@@ -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 "$@"
index 6063c5d5e2c95aaab69c51a7f3b85aa3226db0d1..1f9fa6bb579892f0c6d3efa38121f17ca5c22068 100644 (file)
@@ -211,6 +211,7 @@ BASICTOOLS=(
     rm
     rmdir
     rmmod
+    script
     sed
     seq
     setfattr