diff options
author | Michal Sekletar <msekleta@redhat.com> | 2024-09-06 19:23:09 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-10-30 13:38:27 +0100 |
commit | 65c75f99e16490346c039fae5159a8785afe3e0e (patch) | |
tree | f5424a94c7337ae6a5223b4d4f5507a00e5179ee /test/TEST-74-AUX-UTILS | |
parent | coredump: return correct error variable (diff) | |
download | systemd-65c75f99e16490346c039fae5159a8785afe3e0e.tar.xz systemd-65c75f99e16490346c039fae5159a8785afe3e0e.zip |
test: add test coverage for EnterNamespace=
Diffstat (limited to 'test/TEST-74-AUX-UTILS')
-rwxr-xr-x | test/TEST-74-AUX-UTILS/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-74-AUX-UTILS/test.sh b/test/TEST-74-AUX-UTILS/test.sh index d9ae70c68c..b10965040a 100755 --- a/test/TEST-74-AUX-UTILS/test.sh +++ b/test/TEST-74-AUX-UTILS/test.sh @@ -36,6 +36,7 @@ test_append_files() { instmods vmw_vsock_virtio_transport instmods vsock_loopback instmods vmw_vsock_vmci_transport + inst_binary gcc generate_module_dependencies } |