diff options
Diffstat (limited to 'test/TEST-09-ISSUE-2691/test.sh')
-rwxr-xr-x | test/TEST-09-ISSUE-2691/test.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/TEST-09-ISSUE-2691/test.sh b/test/TEST-09-ISSUE-2691/test.sh new file mode 100755 index 0000000..a4d155b --- /dev/null +++ b/test/TEST-09-ISSUE-2691/test.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +set -e +TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2691" +TEST_NO_NSPAWN=1 + +. $TEST_BASE_DIR/test-functions +QEMU_TIMEOUT=300 + +do_test "$@" 09 |