summaryrefslogtreecommitdiff
path: root/test/test-functions
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-23 01:45:04 +0900
committerGitHub <noreply@github.com>2021-06-23 01:45:04 +0900
commitb905f3bbba2de0a96a7382492e87ff023598ee23 (patch)
tree673c9677fa65a6b487087ff689b4bbc06821b63a /test/test-functions
parentde806cd6b61ab96848cf390703f336e11a861a5e (diff)
parent179ca4d2b1b5579014773a128462475f99b7a91b (diff)
downloadsystemd-b905f3bbba2de0a96a7382492e87ff023598ee23.tar.gz
Merge pull request #19990 from mrc0mmand/test-tweaks
A couple of stability-related test tweaks
Diffstat (limited to 'test/test-functions')
-rw-r--r--test/test-functions8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/test-functions b/test/test-functions
index 7edb55251d..3b225cd677 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -2416,13 +2416,7 @@ test_create_image() {
(
LOG_LEVEL=5
setup_basic_environment
-
- # We want to test all services in TEST-01-BASIC, but mask them in
- # all other tests
- if [[ "$TESTID" != "01" ]]; then
- dinfo "Masking supporting services"
- mask_supporting_services
- fi
+ mask_supporting_services
)
}