aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-07-15 21:13:56 +0200
committerMichael Biebl <biebl@debian.org>2018-07-15 21:13:56 +0200
commit025fda6a15d4f1ed07425d88f4f576db0e673d47 (patch)
treeaa19d10cb13794df0bc0ae470c374153b8ce2176 /test
parentMerge pull request #9462 from yuwata/strv_split (diff)
downloadsystemd-025fda6a15d4f1ed07425d88f4f576db0e673d47.tar.gz
systemd-025fda6a15d4f1ed07425d88f4f576db0e673d47.tar.bz2
systemd-025fda6a15d4f1ed07425d88f4f576db0e673d47.zip
test: Fix typo in TEST-19-DELEGATE
Diffstat (limited to 'test')
-rwxr-xr-xtest/TEST-19-DELEGATE/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-19-DELEGATE/test.sh b/test/TEST-19-DELEGATE/test.sh
index 841a29c06..75e13f8cf 100755
--- a/test/TEST-19-DELEGATE/test.sh
+++ b/test/TEST-19-DELEGATE/test.sh
@@ -2,7 +2,7 @@
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
set -e
-TEST_DESCRIPTION="test cgroup delegation in the unifier hierarchy"
+TEST_DESCRIPTION="test cgroup delegation in the unified hierarchy"
TEST_NO_NSPAWN=1
. $TEST_BASE_DIR/test-functions