diff --git a/test/zdtm_ct.c b/test/zdtm_ct.c index 4579dfcc4..b5ea1d8a8 100644 --- a/test/zdtm_ct.c +++ b/test/zdtm_ct.c @@ -12,10 +12,10 @@ int main(int argc, char **argv) int status; /* - *pidns is used to avoid conflicts + * pidns is used to avoid conflicts * mntns is used to mount /proc * net is used to avoid conflicts of parasite sockets - */ + */ if (unshare(CLONE_NEWNS | CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC)) return 1; pid = fork();