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 /Makefile.am | |
parent | 3486cb6cfa3d32a95c0daf02c7510fdf372507bf (diff) |
tests: don't hardcode systemctl path
Get it from type -P instead, to support --enable-split-usr.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2b980b45f0..14f682755a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1433,7 +1433,7 @@ EXTRA_DIST += \ test/c.service \ test/daughter.service \ test/d.service \ - test/end.service \ + test/end.service.in \ test/e.service \ test/f.service \ test/grandchild.service \ |