]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Fix typo in TEST-19-DELEGATE
authorMichael Biebl <biebl@debian.org>
Sun, 15 Jul 2018 19:13:56 +0000 (21:13 +0200)
committerMichael Biebl <biebl@debian.org>
Sun, 15 Jul 2018 19:13:56 +0000 (21:13 +0200)
test/TEST-19-DELEGATE/test.sh

index 841a29c06f21a846917c1e9eee9572532d1a7cff..75e13f8cf280c9f636d538e83eb7752720cfe4aa 100755 (executable)
@@ -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