]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-08-ISSUE-2730/test.sh
76927be429108e64bdafb5c6b5500ffc39b04546
[thirdparty/systemd.git] / test / TEST-08-ISSUE-2730 / test.sh
1 #!/usr/bin/env bash
2 set -e
3
4 TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2730"
5 IMAGE_NAME="test08"
6 TEST_NO_NSPAWN=1
7
8 # shellcheck source=test/test-functions
9 . "${TEST_BASE_DIR:?}/test-functions"
10
11 QEMU_TIMEOUT=300
12 FSTYPE=ext4
13 TEST_FORCE_NEWIMAGE=1
14
15 do_test "$@"