diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-10 13:58:13 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-05-10 21:26:26 +0200 |
commit | 51b6dbf75ad48a816e6a1503fd5d7c4b9ba2b1d6 (patch) | |
tree | cdcee3d3c4a8ca72ad99d42cbb356c808bb342c7 /test/TEST-12-ISSUE-3171 | |
parent | test: merge TEST-11-ISSUE-3166 into TEST-07-PID1 (diff) | |
download | systemd-51b6dbf75ad48a816e6a1503fd5d7c4b9ba2b1d6.tar.xz systemd-51b6dbf75ad48a816e6a1503fd5d7c4b9ba2b1d6.zip |
test: merge TEST-12-ISSUE-3171 into TEST-07-PID1
Diffstat (limited to 'test/TEST-12-ISSUE-3171')
l--------- | test/TEST-12-ISSUE-3171/Makefile | 1 | ||||
-rwxr-xr-x | test/TEST-12-ISSUE-3171/test.sh | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/test/TEST-12-ISSUE-3171/Makefile b/test/TEST-12-ISSUE-3171/Makefile deleted file mode 120000 index e9f93b1104..0000000000 --- a/test/TEST-12-ISSUE-3171/Makefile +++ /dev/null @@ -1 +0,0 @@ -../TEST-01-BASIC/Makefile
\ No newline at end of file diff --git a/test/TEST-12-ISSUE-3171/test.sh b/test/TEST-12-ISSUE-3171/test.sh deleted file mode 100755 index 977e04ee3f..0000000000 --- a/test/TEST-12-ISSUE-3171/test.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash -# SPDX-License-Identifier: LGPL-2.1-or-later -set -e - -TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/3171" -TEST_NO_QEMU=1 - -# shellcheck source=test/test-functions -. "${TEST_BASE_DIR:?}/test-functions" - -do_test "$@" |