diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-10 19:31:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-10 19:31:22 +0100 |
commit | 7fa89e2fe2a6a41f139261484fd34bef596e4d46 (patch) | |
tree | cf93f1f133f1728a55b4fc2a0557598a9e5753b9 /test/test-functions | |
parent | 930a0796937402e591f42555c870713e8f5cc64a (diff) | |
parent | 5c404f1ab8e96efedb983806443ca982a1b2a372 (diff) |
Merge pull request #1812 from evverx/test-fixes
tests: various fixes
Diffstat (limited to 'test/test-functions')
-rw-r--r-- | test/test-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions index ab77576573..2f5ec9b93f 100644 --- a/test/test-functions +++ b/test/test-functions @@ -305,7 +305,7 @@ install_terminfo() { setup_testsuite() { cp $TEST_BASE_DIR/testsuite.target $initdir/etc/systemd/system/ - sed "s#@SYSTEMCTL@#$(type -P systemctl)#g" $TEST_BASE_DIR/end.service.in > $initdir/etc/systemd/system/end.service + cp $TEST_BASE_DIR/end.service $initdir/etc/systemd/system/ mkdir -p $initdir/etc/systemd/system/testsuite.target.wants ln -fs $TEST_BASE_DIR/testsuite.service $initdir/etc/systemd/system/testsuite.target.wants/testsuite.service |