summaryrefslogtreecommitdiff
path: root/test/TEST-07-ISSUE-1981/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-07-ISSUE-1981/test.sh')
-rwxr-xr-xtest/TEST-07-ISSUE-1981/test.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/TEST-07-ISSUE-1981/test.sh b/test/TEST-07-ISSUE-1981/test.sh
deleted file mode 100755
index 5bc41386b5..0000000000
--- a/test/TEST-07-ISSUE-1981/test.sh
+++ /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 "$@"