summaryrefslogtreecommitdiffstats
path: root/test/TEST-07-ISSUE-1981/test.sh
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-12-09 19:51:17 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-28 11:46:47 +0100
commit58a1bdb46704ab32b19d375496dab5ebad6c631d (patch)
tree913a023168afba126c56b1e0b9118cfbb79a5243 /test/TEST-07-ISSUE-1981/test.sh
parenttest/TEST-06: make autorelabel.service a static file too (diff)
downloadsystemd-58a1bdb46704ab32b19d375496dab5ebad6c631d.tar.xz
systemd-58a1bdb46704ab32b19d375496dab5ebad6c631d.zip
test: move TEST-07-ISSUE-1981 setup to static files
Diffstat (limited to 'test/TEST-07-ISSUE-1981/test.sh')
-rwxr-xr-xtest/TEST-07-ISSUE-1981/test.sh16
1 files changed, 1 insertions, 15 deletions
diff --git a/test/TEST-07-ISSUE-1981/test.sh b/test/TEST-07-ISSUE-1981/test.sh
index 7927294a8a..3495951bfa 100755
--- a/test/TEST-07-ISSUE-1981/test.sh
+++ b/test/TEST-07-ISSUE-1981/test.sh
@@ -17,22 +17,8 @@ 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]
-ExecStart=/test-segfault.sh
-Type=oneshot
-EOF
-
- cp test-segfault.sh $initdir/
-
- setup_testsuite
)
setup_nspawn_root
}
-do_test "$@"
+do_test "$@" 07