blob: 6e250b76690c57ed4108c9cc0a939ebd0d6aa7d1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env bash
set -e
TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/3171"
TEST_NO_QEMU=1
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
do_test "$@"
|