Commit 7fc8ecc5 authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

tests: remember to clean up in some failure cases of cgroup01

Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Acked-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent e68008a8
......@@ -59,7 +59,7 @@ int main(int argc, char **argv)
sprintf(paux, "%s/%s/%s.%d", dirname, subname, empty, i);
if (mkdir(paux, 0600)) {
pr_perror("mkdir %s", paux);
return 1;
goto out_rs;
}
}
......
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