From 025fda6a15d4f1ed07425d88f4f576db0e673d47 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 15 Jul 2018 21:13:56 +0200 Subject: [PATCH] test: Fix typo in TEST-19-DELEGATE --- test/TEST-19-DELEGATE/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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