summaryrefslogtreecommitdiffstats
path: root/test/testsuite-03.units/succeeds-on-restart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/testsuite-03.units/succeeds-on-restart.sh')
-rwxr-xr-xtest/testsuite-03.units/succeeds-on-restart.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/testsuite-03.units/succeeds-on-restart.sh b/test/testsuite-03.units/succeeds-on-restart.sh
deleted file mode 100755
index 1428b18..0000000
--- a/test/testsuite-03.units/succeeds-on-restart.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-# SPDX-License-Identifier: LGPL-2.1-or-later
-if [[ ! -f "/succeeds-on-restart.ko" ]]
-then
- touch "/succeeds-on-restart.ko"
- exit 1
-else
- rm "/succeeds-on-restart.ko"
- exit 0
-fi