summaryrefslogtreecommitdiff
path: root/test/TEST-09-ISSUE-2691
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-12-09 20:27:40 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-28 11:46:47 +0100
commite88302002fcea6cd8adc0fcac0d08e2daf8c6452 (patch)
tree5b5ec5def0723722d1c41025ba0111246e8692d0 /test/TEST-09-ISSUE-2691
parentc84752398be61952c94c7413926f173f270eaea6 (diff)
downloadsystemd-e88302002fcea6cd8adc0fcac0d08e2daf8c6452.tar.gz
test: move TEST-09-ISSUE-2691 setup to static files
Diffstat (limited to 'test/TEST-09-ISSUE-2691')
-rwxr-xr-xtest/TEST-09-ISSUE-2691/test.sh17
1 files changed, 1 insertions, 16 deletions
diff --git a/test/TEST-09-ISSUE-2691/test.sh b/test/TEST-09-ISSUE-2691/test.sh
index efe75d140b..753a4a9868 100755
--- a/test/TEST-09-ISSUE-2691/test.sh
+++ b/test/TEST-09-ISSUE-2691/test.sh
@@ -16,22 +16,7 @@ test_setup() {
setup_basic_environment
mask_supporting_services
-
- # setup the testsuite service
- cat >$initdir/etc/systemd/system/testsuite.service <<'EOF'
-[Unit]
-Description=Testsuite service
-
-[Service]
-Type=oneshot
-ExecStart=/bin/sh -c '>/testok'
-RemainAfterExit=yes
-ExecStop=/bin/sh -c 'kill -SEGV $$$$'
-TimeoutStopSec=270s
-EOF
-
- setup_testsuite
)
}
-do_test "$@"
+do_test "$@" 09