[LTP] [PATCH v8 2/2] ptrace06_child.c: Remove unused ptrace06_child.c
Wei Gao
wegao@suse.com
Mon Jan 20 05:14:33 CET 2025
Signed-off-by: Wei Gao <wegao@suse.com>
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
---
.../kernel/syscalls/ptrace/ptrace06_child.c | 16 ----------------
1 file changed, 16 deletions(-)
delete mode 100644 testcases/kernel/syscalls/ptrace/ptrace06_child.c
diff --git a/testcases/kernel/syscalls/ptrace/ptrace06_child.c b/testcases/kernel/syscalls/ptrace/ptrace06_child.c
deleted file mode 100644
index 350b0e8df..000000000
--- a/testcases/kernel/syscalls/ptrace/ptrace06_child.c
+++ /dev/null
@@ -1,16 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * Copyright (c) 2018 Linux Test Project
- * Copyright (C) 2015 Cyril Hrubis chrubis@suse.cz
- */
-
-#define TST_NO_DEFAULT_MAIN
-#include "tst_test.h"
-
-int main(int argc, char *argv[])
-{
-
- tst_res(TPASS, "%s executed", argv[0]);
-
- return 0;
-}
--
2.35.3
More information about the ltp
mailing list