From: Christian Brauner Date: Thu, 28 Jun 2018 08:45:17 +0000 (+0200) Subject: tests: add lxc.rootfs.managed test X-Git-Tag: lxc-3.1.0~125^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0045bdd83516c15d862a5433572308854c302a;p=thirdparty%2Flxc.git tests: add lxc.rootfs.managed test Signed-off-by: Christian Brauner --- diff --git a/src/tests/parse_config_file.c b/src/tests/parse_config_file.c index c5f3216d0..b13982d30 100644 --- a/src/tests/parse_config_file.c +++ b/src/tests/parse_config_file.c @@ -773,6 +773,11 @@ int main(int argc, char *argv[]) goto non_test_error; } + if (set_get_compare_clear_save_load(c, "lxc.rootfs.managed", "1", tmpf, true) < 0) { + lxc_error("%s\n", "lxc.rootfs.managed"); + goto non_test_error; + } + fret = EXIT_SUCCESS; non_test_error: