Commit d2f31a57 by Serge Hallyn

containertests: don't expect NULL lxc_conf

Because we never have that any more Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent 88322f77
...@@ -157,11 +157,6 @@ int main(int argc, char *argv[]) ...@@ -157,11 +157,6 @@ int main(int argc, char *argv[])
goto out; 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); b = c->is_defined(c);
if (b) { if (b) {
fprintf(stderr, "%d: %s thought it was defined\n", __LINE__, MYNAME); fprintf(stderr, "%d: %s thought it was defined\n", __LINE__, MYNAME);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment