mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
16 lines
279 B
Bash
Executable File
16 lines
279 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2730"
|
|
IMAGE_NAME="test08"
|
|
TEST_NO_NSPAWN=1
|
|
|
|
# shellcheck source=test/test-functions
|
|
. "${TEST_BASE_DIR:?}/test-functions"
|
|
|
|
QEMU_TIMEOUT=300
|
|
FSTYPE=ext4
|
|
TEST_FORCE_NEWIMAGE=1
|
|
|
|
do_test "$@" 08
|