]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-17-UDEV/test.sh
Merge pull request #18886 from anitazha/shutdownconsole
[thirdparty/systemd.git] / test / TEST-17-UDEV / test.sh
1 #!/usr/bin/env bash
2 set -e
3 TEST_DESCRIPTION="UDEV"
4 IMAGE_NAME="udev"
5 TEST_NO_NSPAWN=1
6
7 . $TEST_BASE_DIR/test-functions
8 QEMU_TIMEOUT=500
9
10 test_append_files() {
11 (
12 instmods dummy
13 generate_module_dependencies
14 )
15 }
16
17 do_test "$@" 17