]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: use systemd-run -P instead of -t in TEST-50
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Apr 2021 15:17:26 +0000 (17:17 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Apr 2021 20:23:19 +0000 (22:23 +0200)
commit43ed3d294af5b787c604d424d6d49d183b2ea1d6
treea2ab033246285b457cabe7ca63b23d10c919593d
parent954c77c2510c0328fd98354a59f380945752c38c
test: use systemd-run -P instead of -t in TEST-50

We want to use the result in a shell pipeline hence use -P mode (pipe
mode) instead of -t mode (interactive tty mode) for systemd-run.

This shouldn't change much about the test, but is slightly more correct
(and quicker).
test/units/testsuite-50.sh