From: Lennart Poettering Date: Wed, 24 Mar 2021 09:49:23 +0000 (+0100) Subject: test-namespace: drop spurious double new line X-Git-Tag: v249-rc1~502^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=981318d2b5537352c0d989bb70c64171c82e1adf;p=thirdparty%2Fsystemd.git test-namespace: drop spurious double new line --- diff --git a/src/test/test-namespace.c b/src/test/test-namespace.c index bf4b87e8a67..8ec3859a9b4 100644 --- a/src/test/test-namespace.c +++ b/src/test/test-namespace.c @@ -147,7 +147,6 @@ static void test_protect_kernel_logs(void) { return; } - pid = fork(); assert_se(pid >= 0);