diff options
Diffstat (limited to 'test/TEST-07-ISSUE-1981')
l--------- | test/TEST-07-ISSUE-1981/Makefile | 1 | ||||
-rwxr-xr-x | test/TEST-07-ISSUE-1981/test.sh | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/test/TEST-07-ISSUE-1981/Makefile b/test/TEST-07-ISSUE-1981/Makefile new file mode 120000 index 0000000..e9f93b1 --- /dev/null +++ b/test/TEST-07-ISSUE-1981/Makefile @@ -0,0 +1 @@ +../TEST-01-BASIC/Makefile
\ No newline at end of file diff --git a/test/TEST-07-ISSUE-1981/test.sh b/test/TEST-07-ISSUE-1981/test.sh new file mode 100755 index 0000000..5da24a9 --- /dev/null +++ b/test/TEST-07-ISSUE-1981/test.sh @@ -0,0 +1,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 |