Unfortunately installing a working lxc-init is somewhat hairy and
distro-dependent. So we skipped it before, but Coverity didn't
like that, so just ifdef it out.
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
c->stop(c);
/* feh - multilib has moved the lxc-init crap */
+#if 0
goto ok;
ret = system("mkdir -p " LXCPATH "/lxctest1/rootfs//usr/local/libexec/lxc");
// auto-check result? ('bobo' is printed on stdout)
ok:
+#endif
fprintf(stderr, "all lxc_container tests passed for %s\n", c->name);
ret = 0;