]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Update get_item test after the lxc.mount.entry fix
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 10 Dec 2015 04:45:26 +0000 (23:45 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 10 Dec 2015 04:54:28 +0000 (23:54 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/tests/get_item.c

index 270ced9087631beabf8d7f4b89c6c02b4451c3c5..9a9ae599055199afc7072a50ee276e719167c609 100644 (file)
@@ -340,8 +340,8 @@ int main(int argc, char *argv[])
                ret = 1;
                goto out;
        }
-       if (!c->clear_config_item(c, "lxc.mount.entries")) {
-               fprintf(stderr, "%d: failed clearing lxc.mount.entries\n", __LINE__);
+       if (!c->clear_config_item(c, "lxc.mount.entry")) {
+               fprintf(stderr, "%d: failed clearing lxc.mount.entry\n", __LINE__);
                ret = 1;
                goto out;
        }