diff options
author | Michael Biebl <biebl@debian.org> | 2018-07-15 21:13:56 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2018-07-15 21:13:56 +0200 |
commit | 025fda6a15d4f1ed07425d88f4f576db0e673d47 (patch) | |
tree | aa19d10cb13794df0bc0ae470c374153b8ce2176 /test | |
parent | 99352de644c086ce8afe461abb67dbf05b69ad86 (diff) | |
download | systemd-025fda6a15d4f1ed07425d88f4f576db0e673d47.tar.gz |
test: Fix typo in TEST-19-DELEGATE
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-19-DELEGATE/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-19-DELEGATE/test.sh b/test/TEST-19-DELEGATE/test.sh index 841a29c06f..75e13f8cf2 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 |