diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-05-18 21:54:25 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-05-18 22:08:31 +0200 |
commit | 2569e790f6352797f8e326ed472f49479791a2ac (patch) | |
tree | 4365823c69254efa562cfb6d92469a301fe6fbf9 /test/test-functions | |
parent | Merge pull request #32902 from yuwata/emergency-action-fixes (diff) | |
download | systemd-2569e790f6352797f8e326ed472f49479791a2ac.tar.xz systemd-2569e790f6352797f8e326ed472f49479791a2ac.zip |
test: install modinfo to test image
Follow-up for 6c2d47d6d3ad25ffd7527c7f4de31457ee1b25d8.
Fixes the following unexpected skip:
```
[ 6.163670] TEST-64-UDEV-STORAGE.sh[596]: + modinfo btrfs
[ 6.164102] TEST-64-UDEV-STORAGE.sh[726]: /usr/lib/systemd/tests/testdata/units/TEST-64-UDEV-STORAGE.sh: line 726: modinfo: command not found
[ 6.164683] TEST-64-UDEV-STORAGE.sh[727]: + echo 'This test requires the btrfs kernel module but it is not installed, skipping the test'
[ 6.165069] TEST-64-UDEV-STORAGE.sh[728]: + tee --append /skipped
[ 6.166801] TEST-64-UDEV-STORAGE.sh[728]: This test requires the btrfs kernel module but it is not installed, skipping the test
[ 6.167177] TEST-64-UDEV-STORAGE.sh[596]: + exit 77
```
Diffstat (limited to 'test/test-functions')
-rw-r--r-- | test/test-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions index e1f65e26a1..a34438b051 100644 --- a/test/test-functions +++ b/test/test-functions @@ -203,6 +203,7 @@ BASICTOOLS=( mkfifo mknod mktemp + modinfo modprobe mount mountpoint |