From: Serge Hallyn Date: Tue, 13 Jan 2015 04:24:26 +0000 (-0600) Subject: containertests: don't expect NULL lxc_conf X-Git-Tag: lxc-1.1.0.rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f31a576b9364e8852d12642dfa11acb6197125;p=thirdparty%2Flxc.git containertests: don't expect NULL lxc_conf Because we never have that any more Signed-off-by: Serge Hallyn --- diff --git a/src/tests/containertests.c b/src/tests/containertests.c index d093a02a8..dbfccb1f4 100644 --- a/src/tests/containertests.c +++ b/src/tests/containertests.c @@ -157,11 +157,6 @@ int main(int argc, char *argv[]) goto out; } - if (c->lxc_conf != NULL) { - fprintf(stderr, "%d: lxc_conf is not NULL as it should be\n", __LINE__); - ret = 1; - goto out; - } b = c->is_defined(c); if (b) { fprintf(stderr, "%d: %s thought it was defined\n", __LINE__, MYNAME);