]> git.ipfire.org Git - thirdparty/systemd.git/commit
testsuite: drop "systemctl is-system-running --wait" invocation
authorLennart Poettering <lennart@poettering.net>
Mon, 6 Jan 2020 12:40:36 +0000 (13:40 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 6 Jan 2020 14:21:27 +0000 (15:21 +0100)
commit3425c45e1e95bacd4a8a7a8ce1151b6ef857e45f
treed1b791ca7c68eb237af295780b5fd5ae427f3d7d
parent13811aa5f6bc2b3dcc9588795fdc95e123659ad6
testsuite: drop "systemctl is-system-running --wait" invocation

We wait for "basic.target" being reached in the user instance anyway
before allowing the user's session to start, hence doing such a wait is
unnecessary, since that would just mean we'd wait for "default.target"
on top of "basic.target", but we shouldn#t need anything of that...

Hence, let's simplify this, reduce explicit sync points.
test/TEST-43-PRIVATEUSER-UNPRIV/testsuite.sh