mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
10 lines
188 B
Bash
10 lines
188 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
|
||
|
TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/17433"
|
||
|
|
||
|
# shellcheck source=test/test-functions
|
||
|
. "${TEST_BASE_DIR:?}/test-functions"
|
||
|
|
||
|
do_test "$@"
|