1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-20 10:50:12 +03:00

12 lines
218 B
Bash
Raw Permalink 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"
TEST_NO_NSPAWN=1
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
do_test "$@"