diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-02-02 00:19:30 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2015-02-03 09:50:45 +0100 |
commit | 53d90f9582f96208b3674da823ad1a3d2c3b1aa4 (patch) | |
tree | 11a6b4becc3f7630be5c0eb1c7b5210c5f28f0a4 /test/end.service | |
parent | 3486cb6cfa3d32a95c0daf02c7510fdf372507bf (diff) |
tests: don't hardcode systemctl path
Get it from type -P instead, to support --enable-split-usr.
Diffstat (limited to 'test/end.service')
-rw-r--r-- | test/end.service | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/end.service b/test/end.service deleted file mode 100644 index 0f04dfeb20..0000000000 --- a/test/end.service +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=End the test -After=testsuite.service - -[Service] -ExecStart=/usr/bin/systemctl poweroff --no-block |