1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00
systemd/test/TEST-17-UDEV/test.sh
2021-03-05 18:36:04 +09:00

18 lines
250 B
Bash
Executable File

#!/usr/bin/env bash
set -e
TEST_DESCRIPTION="UDEV"
IMAGE_NAME="udev"
TEST_NO_NSPAWN=1
. $TEST_BASE_DIR/test-functions
QEMU_TIMEOUT=500
test_append_files() {
(
instmods dummy
generate_module_dependencies
)
}
do_test "$@" 17