diff options
Diffstat (limited to 'test/units/testsuite-01.sh')
-rwxr-xr-x | test/units/testsuite-01.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/units/testsuite-01.sh b/test/units/testsuite-01.sh index a1193ce6fb..780f37ee12 100755 --- a/test/units/testsuite-01.sh +++ b/test/units/testsuite-01.sh @@ -19,11 +19,6 @@ if systemd-detect-virt -q --container; then test ! -e /run/systemd/container cp -afv /tmp/container /run/systemd/container else - # We should've created a mount under /run in initrd (see the other half of the test) - # that should've survived the transition from initrd to the real system - test -d /run/initrd-mount-target - mountpoint /run/initrd-mount-target - # We bring the loopback netdev up only during a full setup, so it should # not get brought back up during reexec if we disable it beforehand [[ "$(ip -o link show lo)" =~ LOOPBACK,UP ]] |