blob: 5da24a987ce5d5933e555dd99164983a4c492ac1 (
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/1981"
TEST_NO_QEMU=1
. $TEST_BASE_DIR/test-functions
NSPAWN_TIMEOUT=30
do_test "$@" 07
|