summaryrefslogtreecommitdiff
path: root/test/TEST-19-DELEGATE
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-12-10 16:40:31 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-28 11:51:11 +0100
commit70ce817ccbd18cab761a72d54c0a115f34b4b151 (patch)
treea2d72fee7ae0d7b22943a49ca28b6e48799f9d6f /test/TEST-19-DELEGATE
parentbdfa9657d0aaba7d23757f690265b1665f9ff9ec (diff)
downloadsystemd-70ce817ccbd18cab761a72d54c0a115f34b4b151.tar.gz
test: de-duplicate test_setup() functions
Now we will run setup_nspawn_root() in some case where do don't need to.
Diffstat (limited to 'test/TEST-19-DELEGATE')
-rwxr-xr-xtest/TEST-19-DELEGATE/test.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/TEST-19-DELEGATE/test.sh b/test/TEST-19-DELEGATE/test.sh
index 872df15615..03c7760bfd 100755
--- a/test/TEST-19-DELEGATE/test.sh
+++ b/test/TEST-19-DELEGATE/test.sh
@@ -7,16 +7,4 @@ TEST_NO_NSPAWN=1
QEMU_TIMEOUT=600
UNIFIED_CGROUP_HIERARCHY=yes
-test_setup() {
- create_empty_image_rootdir
-
- (
- LOG_LEVEL=5
- eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)
-
- setup_basic_environment
- mask_supporting_services
- )
-}
-
do_test "$@" 19