summaryrefslogtreecommitdiff
path: root/test/TEST-08-ISSUE-2730
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-02 10:27:56 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-11-03 18:00:47 +0900
commited94652a337eeb63eb05c8fb3e2ea6cb854cda19 (patch)
tree4c8c0162bf9da53184266e5e386fcf0024313f84 /test/TEST-08-ISSUE-2730
parent056ae88152a722bdbea54ff33db815d585c8b9c6 (diff)
downloadsystemd-ed94652a337eeb63eb05c8fb3e2ea6cb854cda19.tar.gz
test: drop 'After=multi-user.target' from most of testsuite.service
Diffstat (limited to 'test/TEST-08-ISSUE-2730')
-rwxr-xr-xtest/TEST-08-ISSUE-2730/test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TEST-08-ISSUE-2730/test.sh b/test/TEST-08-ISSUE-2730/test.sh
index 90bf133c6a..b01df3656b 100755
--- a/test/TEST-08-ISSUE-2730/test.sh
+++ b/test/TEST-08-ISSUE-2730/test.sh
@@ -25,7 +25,6 @@ test_setup() {
cat >$initdir/etc/systemd/system/testsuite.service <<EOF
[Unit]
Description=Testsuite service
-After=multi-user.target
[Service]
ExecStart=/bin/sh -x -c 'mount -o remount,rw /dev/sda1 && echo OK > /testok; systemctl poweroff'