diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-12-09 19:51:17 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-28 11:46:47 +0100 |
commit | 58a1bdb46704ab32b19d375496dab5ebad6c631d (patch) | |
tree | 913a023168afba126c56b1e0b9118cfbb79a5243 /test/TEST-07-ISSUE-1981/test.sh | |
parent | test/TEST-06: make autorelabel.service a static file too (diff) | |
download | systemd-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-x | test/TEST-07-ISSUE-1981/test.sh | 16 |
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 |