[LTP] [PATCH] stime: Add space to make make-check happy

tangmeng tangmeng@uniontech.com
Mon Nov 1 06:34:54 CET 2021


Signed-off-by: tangmeng <tangmeng@uniontech.com>
---
 testcases/kernel/syscalls/stime/stime02.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/syscalls/stime/stime02.c b/testcases/kernel/syscalls/stime/stime02.c
index 126a49ade..0b2dc384c 100644
--- a/testcases/kernel/syscalls/stime/stime02.c
+++ b/testcases/kernel/syscalls/stime/stime02.c
@@ -38,7 +38,7 @@ static void run(void)
 		return;
 	}

-	tst_res(TFAIL| TTERRNO,
+	tst_res(TFAIL | TTERRNO,
 		"stime(2) fails, Caller not root, expected errno:%d", EPERM);
 }

--
2.20.1





More information about the ltp mailing list