Skip to content

Commit ed94652

Browse files
committed
test: drop 'After=multi-user.target' from most of testsuite.service
1 parent 056ae88 commit ed94652

File tree

13 files changed

+1
-13
lines changed

13 files changed

+1
-13
lines changed

test/TEST-04-JOURNAL/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ test_setup() {
3030
cat >$initdir/etc/systemd/system/testsuite.service <<EOF
3131
[Unit]
3232
Description=Testsuite service
33-
After=multi-user.target
3433
3534
[Service]
3635
ExecStart=/test-journal.sh

test/TEST-05-RLIMITS/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ EOF
3535
cat >$initdir/etc/systemd/system/testsuite.service <<EOF
3636
[Unit]
3737
Description=Testsuite service
38-
After=multi-user.target
3938
4039
[Service]
4140
ExecStart=/test-rlimits.sh

test/TEST-06-SELINUX/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ test_setup() {
3333
cat <<EOF >$initdir/etc/systemd/system/testsuite.service
3434
[Unit]
3535
Description=Testsuite service
36-
After=multi-user.target
3736
3837
[Service]
3938
ExecStart=/test-selinux-checks.sh

test/TEST-07-ISSUE-1981/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ test_setup() {
3333
cat >$initdir/etc/systemd/system/testsuite.service <<EOF
3434
[Unit]
3535
Description=Testsuite service
36-
After=multi-user.target
3736
3837
[Service]
3938
ExecStart=/test-segfault.sh

test/TEST-08-ISSUE-2730/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ test_setup() {
2525
cat >$initdir/etc/systemd/system/testsuite.service <<EOF
2626
[Unit]
2727
Description=Testsuite service
28-
After=multi-user.target
2928
3029
[Service]
3130
ExecStart=/bin/sh -x -c 'mount -o remount,rw /dev/sda1 && echo OK > /testok; systemctl poweroff'

test/TEST-09-ISSUE-2691/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ test_setup() {
2424
cat >$initdir/etc/systemd/system/testsuite.service <<'EOF'
2525
[Unit]
2626
Description=Testsuite service
27-
After=multi-user.target
2827
2928
[Service]
3029
Type=oneshot

test/TEST-10-ISSUE-2467/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ test_setup() {
2323
cat >$initdir/etc/systemd/system/testsuite.service <<'EOF'
2424
[Unit]
2525
Description=Testsuite service
26-
After=multi-user.target
2726
2827
[Service]
2928
Type=oneshot

test/TEST-11-ISSUE-3166/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ test_setup() {
3232
cat >$initdir/etc/systemd/system/testsuite.service <<EOF
3333
[Unit]
3434
Description=Testsuite service
35-
After=multi-user.target
3635
3736
[Service]
3837
ExecStart=/test-fail-on-restart.sh

test/TEST-12-ISSUE-3171/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ ExecStart=/test-socket-group.sh
3939
Type=oneshot
4040
EOF
4141

42-
4342
cat >$initdir/test-socket-group.sh <<'EOF'
4443
#!/bin/bash
4544
set -x

test/TEST-13-NSPAWN-SMOKE/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ test_setup() {
3737
cat >$initdir/etc/systemd/system/testsuite.service <<EOF
3838
[Unit]
3939
Description=Testsuite service
40-
After=multi-user.target
4140
4241
[Service]
4342
ExecStart=/test-nspawn.sh

0 commit comments

Comments
 (0)