]> git.ipfire.org Git - thirdparty/systemd.git/commit
test/test-functions: instmods call to find should use -type f 13082/head
authorDan Streetman <ddstreet@canonical.com>
Sun, 14 Jul 2019 01:39:03 +0000 (21:39 -0400)
committerDan Streetman <ddstreet@canonical.com>
Tue, 16 Jul 2019 22:05:15 +0000 (18:05 -0400)
commite96386521cebbb51a36b0ac98d349e513ee217fb
treea5b7773fd18f54ce79000c8e36716e282827dc41
parentd391ee10a0d1ced296ebc2fc01ba43748f1e1413
test/test-functions: instmods call to find should use -type f

without using -type f, the logs print an error such as:

E:  E: modprobe: FATAL: Module asymmetric_keys not found in directory /lib/modules/4.15.0-54-generic

while this doesn't appear to cause problems, it can be extremely
distracting when trying to debug real failures.
test/test-functions