summaryrefslogtreecommitdiff
path: root/test/TEST-11-ISSUE-3166
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-11-ISSUE-3166
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-11-ISSUE-3166')
-rwxr-xr-xtest/TEST-11-ISSUE-3166/test.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/TEST-11-ISSUE-3166/test.sh b/test/TEST-11-ISSUE-3166/test.sh
index 0fe0eaeed1..da003c90d5 100755
--- a/test/TEST-11-ISSUE-3166/test.sh
+++ b/test/TEST-11-ISSUE-3166/test.sh
@@ -5,17 +5,4 @@ TEST_NO_NSPAWN=1
. $TEST_BASE_DIR/test-functions
-test_setup() {
- create_empty_image_rootdir
-
- # Create what will eventually be our root filesystem onto an overlay
- (
- LOG_LEVEL=5
- eval $(udevadm info --export --query=env --name=${LOOPDEV}p2)
-
- setup_basic_environment
- mask_supporting_services
- )
-}
-
do_test "$@" 11