diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-09-11 14:16:34 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-09-11 14:16:34 +0200 |
commit | 7906b790e4549d71087a6a94354ba02c2f1b6fa2 (patch) | |
tree | e380308c20df0575989db5cbce5993bcc270aa0a /test/TEST-58-REPART | |
parent | Merge pull request #24593 from jamacku/main (diff) | |
download | systemd-7906b790e4549d71087a6a94354ba02c2f1b6fa2.tar.xz systemd-7906b790e4549d71087a6a94354ba02c2f1b6fa2.zip |
test: install jq into all images
Diffstat (limited to 'test/TEST-58-REPART')
-rwxr-xr-x | test/TEST-58-REPART/test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TEST-58-REPART/test.sh b/test/TEST-58-REPART/test.sh index 063ce9425d..c2920f9c22 100755 --- a/test/TEST-58-REPART/test.sh +++ b/test/TEST-58-REPART/test.sh @@ -10,7 +10,6 @@ TEST_DESCRIPTION="test systemd-repart" test_append_files() { if ! get_bool "${TEST_NO_QEMU:=}"; then install_dmevent - image_install jq instmods dm_verity =md generate_module_dependencies fi |