summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-18.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/testsuite-18.sh')
-rwxr-xr-xtest/units/testsuite-18.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/units/testsuite-18.sh b/test/units/testsuite-18.sh
deleted file mode 100755
index 44b792f..0000000
--- a/test/units/testsuite-18.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/env bash
-# SPDX-License-Identifier: LGPL-2.1-or-later
-set -eux
-set -o pipefail
-
-systemd-run --wait -p FailureAction=poweroff true
-(! systemd-run --wait -p SuccessAction=poweroff false)
-
-if ! test -f /firstphase ; then
- echo OK >/firstphase
- systemd-run --wait -p SuccessAction=reboot true
-else
- echo OK >/testok
- systemd-run --wait -p FailureAction=poweroff false
-fi
-
-sleep infinity