]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: drop the `su` wrapper and use `systemctl` directly 21472/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 22 Nov 2021 21:12:09 +0000 (22:12 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 22 Nov 2021 21:12:41 +0000 (22:12 +0100)
commitc83f126a41cfc964f43a30f1089a73e61908868a
treeaa6d1fd2184bf8631f282488cf8fb38b4e7cbbca
parentf201f3447796a5424372d32b338bc3b907516c28
test: drop the `su` wrapper and use `systemctl` directly

ASan is having a hard time to get its LD_PRELOAD= shenanigans straight
with all the shells flying around. Let's make it a bit easier by using
one of the nifty systemctl's features instead.
test/units/testsuite-55.sh