summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/TEST-03-JOBS/test.sh2
-rwxr-xr-xtest/TEST-10-ISSUE-2467/test.sh2
-rwxr-xr-xtest/TEST-13-NSPAWN-SMOKE/test.sh2
-rwxr-xr-xtest/TEST-17-UDEV-WANTS/test.sh2
-rwxr-xr-xtest/TEST-18-FAILUREACTION/test.sh2
-rwxr-xr-xtest/TEST-19-DELEGATE/test.sh2
-rwxr-xr-xtest/TEST-20-MAINPIDGAMES/test.sh2
-rwxr-xr-xtest/TEST-23-TYPE-EXEC/test.sh3
-rwxr-xr-xtest/TEST-25-IMPORT/test.sh3
-rwxr-xr-xtest/TEST-26-SETENV/test.sh3
-rwxr-xr-xtest/TEST-27-STDOUTFILE/test.sh3
-rwxr-xr-xtest/TEST-29-UDEV-ID_RENAMING/test.sh2
-rwxr-xr-xtest/TEST-30-ONCLOCKCHANGE/test.sh3
-rwxr-xr-xtest/TEST-31-DEVICE-ENUMERATION/test.sh2
-rwxr-xr-xtest/TEST-32-OOMPOLICY/test.sh2
-rwxr-xr-xtest/TEST-33-CLEAN-UNIT/test.sh2
-rwxr-xr-xtest/TEST-34-DYNAMICUSERMIGRATE/test.sh3
-rwxr-xr-xtest/TEST-36-NUMAPOLICY/test.sh3
-rwxr-xr-xtest/TEST-37-RUNTIMEDIRECTORYPRESERVE/test.sh2
-rwxr-xr-xtest/TEST-39-EXECRELOAD/test.sh3
-rwxr-xr-xtest/TEST-40-EXEC-COMMAND-EX/test.sh3
21 files changed, 0 insertions, 51 deletions
diff --git a/test/TEST-03-JOBS/test.sh b/test/TEST-03-JOBS/test.sh
index b815e7cb67..3359ee6840 100755
--- a/test/TEST-03-JOBS/test.sh
+++ b/test/TEST-03-JOBS/test.sh
@@ -32,8 +32,6 @@ After=multi-user.target
[Service]
ExecStart=/test-jobs.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
EOF
# copy the units used by this test
diff --git a/test/TEST-10-ISSUE-2467/test.sh b/test/TEST-10-ISSUE-2467/test.sh
index e0e78b1100..80b2fd923f 100755
--- a/test/TEST-10-ISSUE-2467/test.sh
+++ b/test/TEST-10-ISSUE-2467/test.sh
@@ -22,8 +22,6 @@ Description=Testsuite service
[Service]
Type=oneshot
-StandardOutput=tty
-StandardError=tty
ExecStart=/bin/sh -e -x -c 'rm -f /tmp/nonexistent; systemctl start test.socket; printf x > test.file; socat -t20 OPEN:test.file UNIX-CONNECT:/run/test.ctl; >/testok'
EOF
diff --git a/test/TEST-13-NSPAWN-SMOKE/test.sh b/test/TEST-13-NSPAWN-SMOKE/test.sh
index f89bdca99f..4f14bf12e3 100755
--- a/test/TEST-13-NSPAWN-SMOKE/test.sh
+++ b/test/TEST-13-NSPAWN-SMOKE/test.sh
@@ -37,8 +37,6 @@ Description=Testsuite service
[Service]
ExecStart=/test-nspawn.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
EOF
cat >$initdir/test-nspawn.sh <<'EOF'
diff --git a/test/TEST-17-UDEV-WANTS/test.sh b/test/TEST-17-UDEV-WANTS/test.sh
index 8727432e30..36032348b8 100755
--- a/test/TEST-17-UDEV-WANTS/test.sh
+++ b/test/TEST-17-UDEV-WANTS/test.sh
@@ -30,8 +30,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-18-FAILUREACTION/test.sh b/test/TEST-18-FAILUREACTION/test.sh
index 503c5ca551..18b0be82e8 100755
--- a/test/TEST-18-FAILUREACTION/test.sh
+++ b/test/TEST-18-FAILUREACTION/test.sh
@@ -22,8 +22,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-19-DELEGATE/test.sh b/test/TEST-19-DELEGATE/test.sh
index 348c697f63..bdd6562a33 100755
--- a/test/TEST-19-DELEGATE/test.sh
+++ b/test/TEST-19-DELEGATE/test.sh
@@ -32,8 +32,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-20-MAINPIDGAMES/test.sh b/test/TEST-20-MAINPIDGAMES/test.sh
index 457ef6ae74..0f6aef7453 100755
--- a/test/TEST-20-MAINPIDGAMES/test.sh
+++ b/test/TEST-20-MAINPIDGAMES/test.sh
@@ -29,8 +29,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
NotifyAccess=all
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-23-TYPE-EXEC/test.sh b/test/TEST-23-TYPE-EXEC/test.sh
index 9163f88c82..2b10b9ad70 100755
--- a/test/TEST-23-TYPE-EXEC/test.sh
+++ b/test/TEST-23-TYPE-EXEC/test.sh
@@ -29,9 +29,6 @@ Description=Testsuite service
[Service]
ExecStart=/testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
-NotifyAccess=all
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-25-IMPORT/test.sh b/test/TEST-25-IMPORT/test.sh
index 026c38a264..c0f51f3b89 100755
--- a/test/TEST-25-IMPORT/test.sh
+++ b/test/TEST-25-IMPORT/test.sh
@@ -22,9 +22,6 @@ Description=Testsuite service
[Service]
ExecStart=/testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
-NotifyAccess=all
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-26-SETENV/test.sh b/test/TEST-26-SETENV/test.sh
index fc216ee5bf..065a8e461c 100755
--- a/test/TEST-26-SETENV/test.sh
+++ b/test/TEST-26-SETENV/test.sh
@@ -21,9 +21,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
-NotifyAccess=all
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-27-STDOUTFILE/test.sh b/test/TEST-27-STDOUTFILE/test.sh
index d481f1b8bf..a796dcd79e 100755
--- a/test/TEST-27-STDOUTFILE/test.sh
+++ b/test/TEST-27-STDOUTFILE/test.sh
@@ -31,9 +31,6 @@ Description=Testsuite service
[Service]
ExecStart=/testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
-NotifyAccess=all
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-29-UDEV-ID_RENAMING/test.sh b/test/TEST-29-UDEV-ID_RENAMING/test.sh
index 67641746d8..2a483bbc3d 100755
--- a/test/TEST-29-UDEV-ID_RENAMING/test.sh
+++ b/test/TEST-29-UDEV-ID_RENAMING/test.sh
@@ -30,8 +30,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-30-ONCLOCKCHANGE/test.sh b/test/TEST-30-ONCLOCKCHANGE/test.sh
index 98a9db8007..67e074af4c 100755
--- a/test/TEST-30-ONCLOCKCHANGE/test.sh
+++ b/test/TEST-30-ONCLOCKCHANGE/test.sh
@@ -40,9 +40,6 @@ Description=Testsuite service
[Service]
ExecStart=/testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
-NotifyAccess=all
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-31-DEVICE-ENUMERATION/test.sh b/test/TEST-31-DEVICE-ENUMERATION/test.sh
index 064daf9235..855ec42266 100755
--- a/test/TEST-31-DEVICE-ENUMERATION/test.sh
+++ b/test/TEST-31-DEVICE-ENUMERATION/test.sh
@@ -30,8 +30,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-32-OOMPOLICY/test.sh b/test/TEST-32-OOMPOLICY/test.sh
index 17610af21d..4578916762 100755
--- a/test/TEST-32-OOMPOLICY/test.sh
+++ b/test/TEST-32-OOMPOLICY/test.sh
@@ -32,8 +32,6 @@ Description=Testsuite service
[Service]
ExecStart=/testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
MemoryAccounting=yes
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-33-CLEAN-UNIT/test.sh b/test/TEST-33-CLEAN-UNIT/test.sh
index aeda69baae..90dd495c0a 100755
--- a/test/TEST-33-CLEAN-UNIT/test.sh
+++ b/test/TEST-33-CLEAN-UNIT/test.sh
@@ -31,8 +31,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-34-DYNAMICUSERMIGRATE/test.sh b/test/TEST-34-DYNAMICUSERMIGRATE/test.sh
index 7339d3b656..0bff59fcb7 100755
--- a/test/TEST-34-DYNAMICUSERMIGRATE/test.sh
+++ b/test/TEST-34-DYNAMICUSERMIGRATE/test.sh
@@ -29,9 +29,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
-NotifyAccess=all
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-36-NUMAPOLICY/test.sh b/test/TEST-36-NUMAPOLICY/test.sh
index a586f9dc90..14cbe5f386 100755
--- a/test/TEST-36-NUMAPOLICY/test.sh
+++ b/test/TEST-36-NUMAPOLICY/test.sh
@@ -33,9 +33,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
-NotifyAccess=all
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-37-RUNTIMEDIRECTORYPRESERVE/test.sh b/test/TEST-37-RUNTIMEDIRECTORYPRESERVE/test.sh
index 9e87e61dcd..b7a3ab8ce4 100755
--- a/test/TEST-37-RUNTIMEDIRECTORYPRESERVE/test.sh
+++ b/test/TEST-37-RUNTIMEDIRECTORYPRESERVE/test.sh
@@ -31,8 +31,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-39-EXECRELOAD/test.sh b/test/TEST-39-EXECRELOAD/test.sh
index 7eb9db415a..e6bb7baedf 100755
--- a/test/TEST-39-EXECRELOAD/test.sh
+++ b/test/TEST-39-EXECRELOAD/test.sh
@@ -31,9 +31,6 @@ Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
-NotifyAccess=all
EOF
cp testsuite.sh $initdir/
diff --git a/test/TEST-40-EXEC-COMMAND-EX/test.sh b/test/TEST-40-EXEC-COMMAND-EX/test.sh
index 723c9ccd4b..4e73fbaee9 100755
--- a/test/TEST-40-EXEC-COMMAND-EX/test.sh
+++ b/test/TEST-40-EXEC-COMMAND-EX/test.sh
@@ -29,9 +29,6 @@ Description=Testsuite service
[Service]
ExecStart=/testsuite.sh
Type=oneshot
-StandardOutput=tty
-StandardError=tty
-NotifyAccess=all
EOF
cp testsuite.sh $initdir/