From: Long Wang Date: Wed, 12 Jul 2017 03:08:01 +0000 (+0800) Subject: tests: fix typo X-Git-Tag: lxc-2.1.0~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1695%2Fhead;p=thirdparty%2Flxc.git tests: fix typo Signed-off-by: Long Wang --- diff --git a/src/tests/parse_config_file.c b/src/tests/parse_config_file.c index 7e9044af1..d416d0b60 100644 --- a/src/tests/parse_config_file.c +++ b/src/tests/parse_config_file.c @@ -371,7 +371,7 @@ int main(int argc, char *argv[]) */ if (set_get_compare_clear_save_load(c, "lxc.se_context", "system_u:system_r:lxc_t:s0:c22", tmpf, true) < 0) { - lxc_error("%s\n", "lxc.apparmor.se_context"); + lxc_error("%s\n", "lxc.se_context"); goto non_test_error; } @@ -392,7 +392,7 @@ int main(int argc, char *argv[]) /* lxc.selinux.context */ if (set_get_compare_clear_save_load(c, "lxc.selinux.context", "system_u:system_r:lxc_t:s0:c22", tmpf, true) < 0) { - lxc_error("%s\n", "lxc.apparmor.selinux.context"); + lxc_error("%s\n", "lxc.selinux.context"); goto non_test_error; }