Commit 6a564066 by Stéphane Graber

Update get_item test after the lxc.mount.entry fix

parent 33ae222c
...@@ -340,8 +340,8 @@ int main(int argc, char *argv[]) ...@@ -340,8 +340,8 @@ int main(int argc, char *argv[])
ret = 1; ret = 1;
goto out; goto out;
} }
if (!c->clear_config_item(c, "lxc.mount.entries")) { if (!c->clear_config_item(c, "lxc.mount.entry")) {
fprintf(stderr, "%d: failed clearing lxc.mount.entries\n", __LINE__); fprintf(stderr, "%d: failed clearing lxc.mount.entry\n", __LINE__);
ret = 1; ret = 1;
goto out; goto out;
} }
......
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