1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-03 01:17:45 +03:00
systemd-stable/test/TEST-58-REPART/test.sh

12 lines
218 B
Bash
Raw Normal View History

2021-04-19 18:30:33 +03:00
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
2021-04-19 18:30:33 +03:00
set -e
2021-09-29 21:30:08 +03:00
2021-04-19 18:30:33 +03:00
TEST_DESCRIPTION="test systemd-repart"
TEST_NO_NSPAWN=1
2021-09-29 21:30:08 +03:00
# shellcheck source=test/test-functions
. "$TEST_BASE_DIR/test-functions"
2021-04-19 18:30:33 +03:00
do_test "$@"