]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/TEST-07-ISSUE-1981/test.sh
test: rename TEST-07-ISSUE-1981 to TEST-07-PID1
[thirdparty/systemd.git] / test / TEST-07-ISSUE-1981 / test.sh
diff --git a/test/TEST-07-ISSUE-1981/test.sh b/test/TEST-07-ISSUE-1981/test.sh
deleted file mode 100755 (executable)
index 5bc4138..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-# SPDX-License-Identifier: LGPL-2.1-or-later
-set -e
-
-TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/1981"
-TEST_NO_QEMU=1
-
-# shellcheck source=test/test-functions
-. "${TEST_BASE_DIR:?}/test-functions"
-
-NSPAWN_TIMEOUT=30
-
-do_test "$@"