diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-05-19 22:01:05 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-05-22 05:40:05 +0200 |
commit | 23ff8a776cc7e3c09293243162b3018a34c26298 (patch) | |
tree | 5605d8eaddc203595949856dd3d845f08dcea7fc /test/TEST-35-LOGIN | |
parent | udevadm-verify: introduce --no-summary option (diff) | |
download | systemd-23ff8a776cc7e3c09293243162b3018a34c26298.tar.xz systemd-23ff8a776cc7e3c09293243162b3018a34c26298.zip |
test: install test specific modules in test_append_files()
Diffstat (limited to 'test/TEST-35-LOGIN')
-rwxr-xr-x | test/TEST-35-LOGIN/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TEST-35-LOGIN/test.sh b/test/TEST-35-LOGIN/test.sh index 808f94a58f..a781be7b3c 100755 --- a/test/TEST-35-LOGIN/test.sh +++ b/test/TEST-35-LOGIN/test.sh @@ -9,6 +9,8 @@ TEST_DESCRIPTION="Tests for systemd-logind" test_append_files() { image_install -o evemu-device evemu-event + instmods uinput + generate_module_dependencies } do_test "$@" |