1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-10 13:57:25 +03:00

18 lines
338 B
Bash
Raw Normal View History

2021-04-19 17:30:33 +02:00
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
2021-04-19 17:30:33 +02:00
set -e
2021-09-29 20:30:08 +02:00
2021-04-19 17:30:33 +02:00
TEST_DESCRIPTION="test systemd-repart"
2021-09-29 20:30:08 +02:00
# shellcheck source=test/test-functions
. "$TEST_BASE_DIR/test-functions"
2021-04-19 17:30:33 +02:00
test_append_files() {
if ! get_bool "${TEST_NO_QEMU:=}"; then
install_dmevent
generate_module_dependencies
fi
}
do_test "$@"